Don't test main against 3.11-dev yet

It breaks on Windows. Refs #394
This commit is contained in:
Simon Willison 2022-02-03 13:07:00 -08:00 committed by GitHub
commit b2ab08e048
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", "3.11-dev"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
numpy: [0, 1]
os: [ubuntu-latest, macos-latest, windows-latest]
steps: