packaging: support Python 3.11

This commit is contained in:
David Hewitt 2022-10-25 18:12:15 +01:00
parent 8e8b484169
commit 0bd261c7d1
2 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,7 @@ jobs:
"3.8",
"3.9",
"3.10",
"3.11-dev",
"3.11",
"pypy-3.7",
"pypy-3.8",
"pypy-3.9"

View File

@ -0,0 +1 @@
Support Python 3.11. (Previous versions of PyO3 0.17 have been tested against Python 3.11 release candidates and are expected to be compatible, this is the first version tested against Python 3.11.0.)