Compare commits

...

1 commit

Author SHA1 Message Date
Simon Willison
ae0f46a789
Test against Python 3.10-dev 2021-06-24 18:40:34 -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: