Compare commits

...

1 commit

Author SHA1 Message Date
Simon Willison
078a08765d
Test against 3.10-dev 2021-09-08 08:01:09 -07:00

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: