Merge pull request #1850 from PyCQA/312-test

add 3.12 to ci matrix
This commit is contained in:
Anthony Sottile 2023-07-29 14:32:56 -04:00 committed by GitHub
commit f2641954c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,9 @@ jobs:
- os: ubuntu-latest
python: '3.11'
toxenv: py
- os: ubuntu-latest
python: '3.12-dev'
toxenv: py
# windows
- os: windows-latest
python: 3.8