Skip to content

Move PyPy 3.10 to pypy-eol #2521

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Move PyPy 3.10 to pypy-eol #2521

wants to merge 2 commits into from

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Jul 26, 2025

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.

@mayeut mayeut added the Hold for future release This PR might be complete, but is scheduled to be merged in a future release. Don't merge yet. label Jul 26, 2025
@mayeut mayeut requested a review from Copilot July 26, 2025 16:40
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hold for future release This PR might be complete, but is scheduled to be merged in a future release. Don't merge yet.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move pp310 to pypy-eol
2 participants