Skip to content

Conversation

@anoadragon453
Copy link
Member

@anoadragon453 anoadragon453 commented Oct 21, 2025

pp38* used to be enabled, until it went EOL. Now we get the following warning as we're trying to skip a selector which is not enabled:

cibuildwheel: Invalid skip selector: 'pp38*'. This selector matches a group that wasn't enabled. Enable it using the `enable` option or remove this selector. This selector will have no effect.

Removing the skip selector silences the warning.

cibuildwheel does not include EOL'd version of PyPy in its selectors by default, so there's no need to skip it:

https://github.com/pypa/cibuildwheel/blob/a6acd2a2d58327de04fb27dc4c837cdb386e7c15/cibuildwheel/selector.py#L96-L97

Pull Request Checklist

  • Pull request is based on the develop branch
  • Pull request includes a changelog file. The entry should:
    • Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from EventStore to EventWorkerStore.".
    • Use markdown where necessary, mostly for code blocks.
    • End with either a period (.) or an exclamation mark (!).
    • Start with a capital letter.
    • Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry.
  • Code style is correct (run the linters)

`pp38*` used to be enabled, until it went EOL. Now we get the following
warning as we're trying to skip a selector which is not enabled:

```
cibuildwheel: Invalid skip selector: 'pp38*'. This selector matches a group that wasn't enabled. Enable it using the `enable` option or remove this selector. This selector will have no effect.
```

Removing the skip selector silences the warning.
@anoadragon453 anoadragon453 marked this pull request as ready for review October 21, 2025 14:17
@anoadragon453 anoadragon453 requested a review from a team as a code owner October 21, 2025 14:17
# - musllinux i686: excluded to reduce number of wheels we build.
# c.f. https://github.com/matrix-org/synapse/pull/12595#discussion_r963107677
skip = "cp38* pp38* *-musllinux_i686"
skip = "cp38* *-musllinux_i686"
Copy link
Contributor

Choose a reason for hiding this comment

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

I have no experience with this but checking out all of the references and description, this seems fine.

And especially if you were running into problems during the release.

@anoadragon453 anoadragon453 merged commit 45a042a into develop Oct 24, 2025
44 checks passed
@anoadragon453 anoadragon453 deleted the anoa/remove_pp38_cibuildwheel_selector branch October 24, 2025 09:39
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.

3 participants