v2.0.0.post1

This commit is contained in:
David Lechner
2020-12-28 16:40:42 -06:00
parent eb7f441c9e
commit b471cae0bc
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.8, 3.9]
steps:
- uses: actions/checkout@v2