support python 3.12

This commit is contained in:
David Hewitt 2023-10-02 20:57:41 +01:00
parent f335f42197
commit 86fc62c5e7
2 changed files with 2 additions and 1 deletions

View File

@ -194,7 +194,7 @@ jobs:
"3.9", "3.9",
"3.10", "3.10",
"3.11", "3.11",
"3.12-dev", "3.12",
"pypy3.7", "pypy3.7",
"pypy3.8", "pypy3.8",
"pypy3.9", "pypy3.9",

View File

@ -0,0 +1 @@
Support Python 3.12.