Test against 3.10-dev

This commit is contained in:
Simon Willison 2021-09-08 08:01:09 -07:00 committed by GitHub
commit 078a08765d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10-dev"]
numpy: [0, 1]
os: [ubuntu-latest, macos-latest, windows-latest]
steps: