Remove Python 2.7 from default tests

Python 2 is deprecated: https://www.python.org/doc/sunset-python-2/
This commit is contained in:
endolith
2020-01-18 20:34:03 -05:00
committed by GitHub
parent 121d2ab7ff
commit f2cf5bdb47
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
python-version: [3.5, 3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2