-
-
Notifications
You must be signed in to change notification settings - Fork 973
Update pypy to 3.11 and python 3.14 #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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2328 +/- ##
=======================================
Coverage 81.13% 81.13%
=======================================
Files 77 77
Lines 9715 9715
Branches 1200 1200
=======================================
Hits 7882 7882
Misses 1628 1628
Partials 205 205 ☔ 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 <cclauss@me.com>
|
This will need changes to |
|
Please resolve git conflicts and make modifications to |
|
Status? |
No description provided.