Conversation
Closed
Contributor
There was a problem hiding this comment.
Pull Request Overview
Moves PyPy 3.10 from the default PyPy group to the end-of-life (EoL) PyPy group, making it no longer built by default but still accessible when explicitly enabled.
- Updates build selector logic to treat PyPy 3.10 as an EoL version
- Adjusts test cases to reflect PyPy 3.10's new classification
- Moves PyPy 3.10 from PyPy enable group to PyPyEoL enable group in test utilities
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| cibuildwheel/selector.py | Updates BuildSelector logic to move pp310 from PyPy group to PyPyEoL group |
| unit_test/build_selector_test.py | Adjusts test assertions to reflect PyPy 3.10's reclassification as EoL |
| test/utils.py | Moves pp310-pypy310_pp73 from PyPy to PyPyEoL group in test utility function |
mayeut
approved these changes
Jul 27, 2025
Contributor
Let's leave it there, I think. |
joerick
approved these changes
Aug 30, 2025
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.
Fixes #2518.
Should "PyPy 3.10 v7.3" be remove from the table at https://cibuildwheel.pypa.io/en/stable/#what-does-it-do? cibuildwheel can still target this version, just not by default.