Test agaist Python 3.9

This commit is contained in:
Simon Willison 2020-10-07 18:37:01 -07:00 committed by GitHub
commit ee811fb6c7
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: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
numpy: [0, 1]
steps:
- uses: actions/checkout@v2