Add support for Python 3.11 and PyPy3.9#564
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #564 +/- ##
=======================================
Coverage 91.58% 91.58%
=======================================
Files 6 6
Lines 1901 1902 +1
=======================================
+ Hits 1741 1742 +1
Misses 160 160 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bwoodsend
left a comment
There was a problem hiding this comment.
RC2 is close enough to the real thing for me. Bombs away...
JustAnotherArchivist
left a comment
There was a problem hiding this comment.
Normal release without a dev preview mark or similar sounds good to me.
Other changes look fine as well, thanks!
|
I'm getting a red X for the CI on b5ce312 for whatever reason even though all checks passed. Just GitHub Actions being weird? |
|
A red X which, if you click on it, creates a popup showing that all 36 checks passed. 🙄 Is it just me or is GH's web UI getting buggier and buggier... |
|
OK, all good to release with these release notes? |
|
Yay! I did something in this one 😄 |



Changes proposed in this pull request:
Python 3.11 is currently at release candidate 2, the last one before full release on 2022-10-24, and includes this call to action:
And:
So it is pretty safe to release a 3.11 release now. We can label it as a dev preview, and put also out a new release when 3.11.0 is out.
But also, if you'd prefer to wait until the full 3.11.0 release, that's fine too, we've not yet had anyone asking for 3.11 wheels yet.
Also in this PR: