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.
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.