Skip to content

Commit

Permalink
packaging: support Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Oct 27, 2022
1 parent 8e8b484 commit 0bd261c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions newsfragments/2708.packaging.md
Original file line number Diff line number Diff line change
@@ -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.)

0 comments on commit 0bd261c

Please sign in to comment.