Test against Python 3.12

First tested in #591
This commit is contained in:
Simon Willison 2023-11-03 17:58:31 -07:00
commit 08c8bb7cfb
2 changed files with 3 additions and 3 deletions

View file

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