tests: include Python 3.12

This commit is contained in:
lilydjwg 2023-10-27 17:18:56 +08:00
parent 9221a476c5
commit 6da6145350

View file

@ -12,6 +12,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
# pypy fails in some cases but we don't care much about that
# with github actions we can't mark some jobs to not affect the overall
# conclusion so we have to omit "allow-failure" tests.