Test against Python 3.10-dev

This commit is contained in:
Simon Willison 2021-06-24 18:40:34 -07:00 committed by GitHub
commit ae0f46a789
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: