-
-
Notifications
You must be signed in to change notification settings - Fork 982
Update pypy to 3.11 #2328
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
Update pypy to 3.11 #2328
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2328 +/- ##
=======================================
Coverage 81.11% 81.11%
=======================================
Files 77 77
Lines 9738 9738
Branches 1098 1098
=======================================
Hits 7899 7899
Misses 1631 1631
Partials 208 208 ☔ View full report in Codecov by Sentry. |
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.
Pull Request Overview
Updates the CI test matrix to use PyPy 3.11 instead of 3.10 for experimental tox environments.
- Bumps
python-versionfrompypy3.10topypy3.11forpy-amqp,py-redis, andpy-mongodbjobs - Leaves the commented-out legacy entry intact
Comments suppressed due to low confidence (2)
.github/workflows/python-package.yml:92
- [nitpick] There are multiple occurrences of the PyPy version string; consider defining the version in one place (e.g., using a YAML anchor or environment variable) to reduce duplication and simplify future updates.
- python-version: pypy3.11
.github/workflows/python-package.yml:101
- The commented-out entry still references
pypy3.10; consider updating or removing it to avoid confusion.
# - python-version: pypy3.10
|
Release candidate 3 just landed, so let's fix those quotes and retry: |
Co-authored-by: Christian Clauss <[email protected]>
|
This will need changes to |
|
Please resolve git conflicts and make modifications to |
|
Status? |
No description provided.