Skip to content

Commit 47540b8

Browse files
committed
packaging: support Python 3.11
1 parent 64f52c6 commit 47540b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
"3.8",
9292
"3.9",
9393
"3.10",
94-
"3.11-dev",
94+
"3.11",
9595
"pypy-3.7",
9696
"pypy-3.8",
9797
"pypy-3.9"

newsfragments/2708.packaging.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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.)

0 commit comments

Comments
 (0)