Update Pyo3 to v0.28#60
Merged
DoctorJohn merged 3 commits intoDoctorJohn:mainfrom Mar 20, 2026
Merged
Conversation
Contributor
Author
|
See the PR in my fork for passing CI: ngoldbaum#1 (except for benchmark uploads to codspeed, which I don't have access to from my fork) |
Contributor
Author
|
Also see fastapi/fastapi#15149, where fastar re-enabling the GIL is causing the FastAPI tests to fail on 3.14t. |
5 tasks
|
If the project is still supporting CPython 3.8, 3.9, then they can continue supporting PyPy3.9, 3.10. The PyPy versions are "EOL" as much as the CPython versions are: none of them are getting updates. |
Owner
|
Thanks again @ngoldbaum! This should unblock the fastapi[standard] tests for free-threaded Python. I'm also happy about the PyO3 upgrade, which I unnecessarily held back by misreading their release notes 🫠 |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supersedes #44. Fixes #59.
I'm not sure when pypy 3.9 went EOL, but it's been that way for some time. In fact, pypy 3.10 is EOL as well.
Ping @mattip, who is one of the main pypy maintainers and one of my colleagues at Quansight. I think he'd agree with me that you probably shouldn't still be publishing wheels for old pypy versions.