no python2 support!

This commit is contained in:
L3D 2020-02-06 23:12:14 +01:00 committed by GitHub
parent a8a882d8f5
commit 89233e6ead
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,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