-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Update pypy to python 3.11 and test python 3.14 #9798
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9798 +/- ##
=======================================
Coverage 78.70% 78.70%
=======================================
Files 153 153
Lines 19258 19258
Branches 2561 2561
=======================================
Hits 15157 15157
Misses 3803 3803
Partials 298 298
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
may be some works needed to be done in other dependencies as well. |
|
Python v3.14 -- October 7th
Blocked by |
Co-authored-by: Christian Clauss <cclauss@me.com>
|
The nonstandard quotes mentioned above need to be replaced by single quotes. https://pypi.org/project/grpcio works on Python 3.14 and pypy 3.10, but fails to build on pypy 3.11 unless a more modern version of https://pypi.org/project/pydantic/#history >= 2.12.0a1 is required on Python 3.14.
|
A focused subset of: * celery#9798
A focused subset of: * celery#9798
Co-authored-by: Christian Clauss <cclauss@me.com>
A focused subset of: * celery#9798
Nusnus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved conflicts and merged suggestions by @cclauss , let’s see if it works
P.S
pypy3.11 or pypy-3.11?
|
I think we have this covered. |
The latest release only supports python 3.11+