Python 3.9 (#184)

* Test against Python 3.9
* Programming Language :: Python :: 3.9 classifier
* Python versions badge
This commit is contained in:
Simon Willison 2020-10-07 18:44:05 -07:00 committed by GitHub
commit 8e91de8e4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

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