Skip to content
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

feat: adding enable #2048

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

Conversation

henryiii
Copy link
Contributor

@henryiii henryiii commented Oct 19, 2024

Close #2045. Adds enable, deprecates the old way of specifying these (remove in 3.0).

cibuildwheel/util.py Outdated Show resolved Hide resolved
@henryiii henryiii mentioned this pull request Oct 21, 2024
@henryiii henryiii force-pushed the henryiii/feat/enable branch 2 times, most recently from cc80f2c to bbc0a19 Compare November 1, 2024 15:11
@henryiii henryiii changed the title WIP: start adding enable feat: adding enable Nov 1, 2024
Comment on lines +632 to +642
# For backwards compatibility, we are adding PyPy for now
enable |= {EnableGroups.PyPy}
Copy link
Member

@mayeut mayeut Nov 2, 2024

Choose a reason for hiding this comment

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

I guess this is where the question of !pypy came from ?
I hadn't read the PR just yet when replying and it seems having the ! operator would invalidate the current implementation.
The idea would thus be to keep PyPy enabled in 2.22 but change the default to disabled in 3.0 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes.

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
@henryiii henryiii marked this pull request as ready for review November 6, 2024 05:25
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Non-default identifiers?
2 participants