packaging: support Python 3.11
This commit is contained in:
parent
8e8b484169
commit
0bd261c7d1
|
@ -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"
|
||||
|
|
|
@ -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.)
|
Loading…
Reference in New Issue