Declare Support for Python 3.12 (#6434)

This commit is contained in:
Maximilian Hils 2023-10-31 18:57:21 +01:00 committed by GitHub
parent f55ee1d44f
commit c637032af8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 56 additions and 45 deletions

View file

@ -1 +1 @@
3.11
3.12

View file

@ -42,10 +42,12 @@ jobs:
matrix:
include:
- os: ubuntu-latest
py: "3.11"
py: "3.12"
- os: windows-latest
py: "3.11"
py: "3.12"
- os: macos-latest
py: "3.12"
- os: ubuntu-latest
py: "3.11"
- os: ubuntu-latest
py: "3.10"