drop python2 in github CI

This commit is contained in:
meejah 2021-04-14 15:28:38 -06:00
parent 94032836b7
commit d17e8ff169

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2