Run tests against Python 3.11-dev

Refs #394
This commit is contained in:
Simon Willison 2022-02-02 14:21:38 -08:00 committed by GitHub
commit 44cbddff8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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