Start testing Python 3.12

It is out and stable, so let's make sure we are compatible.
This commit is contained in:
Pierre Ossman 2024-05-20 10:16:58 +02:00
parent 4bae6a44ac
commit 4a83562af7
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ jobs:
- 3.9
- "3.10"
- 3.11
- 3.12
fail-fast: false
steps:
- uses: actions/checkout@v2