deps(workflows): bump pypa/cibuildwheel from 3.4 to 4.0#282
Merged
Conversation
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.4 to 4.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.4...v4.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: '4.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…ctions/pypa/cibuildwheel-4.0
969ebc6 to
3bfdcc0
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #282 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 15 15
Lines 1582 1582
Branches 210 210
=========================================
Hits 1582 1582 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
XuehaiPan
approved these changes
Jun 8, 2026
cibuildwheel 4.0 made two changes that broke the Dependabot bump from
v3.4 and failed CI:
1. It removed the experimental CPython 3.13 free-threading (`cp313t`)
builds and the `cpython-freethreading` enable group, so the
`cpython-freethreading` token was rejected at startup ("Unknown
enable group") and every wheel job failed (exit 2).
2. It moved the default Pyodide to 314.0.0a2, which targets CPython
3.13, so the `cp312` Pyodide leg matched no build identifiers
(exit 3, "No build identifiers selected").
Changes:
- Drop the now-invalid `cpython-freethreading` token from both the
step `CIBW_ENABLE` and the `[tool.cibuildwheel]` `enable` list in
`pyproject.toml`. Non-3.13t targets stay on `pypa/cibuildwheel@v4.0`
(3.14t free-threading is enabled by default in 4.0).
- Build 3.13t with `cibuildwheel~=3.4` installed via `pip`, run as
`python -m cibuildwheel` (mirroring the action's own invocation).
Its per-step `CIBW_ENABLE` re-adds `cpython-freethreading` (still
valid on 3.x) and overrides the pyproject default. Using `pip`
instead of a `uses:` reference keeps the target on the 3.x series
and hides it from Dependabot's `github-actions` ecosystem, so it is
never bumped back to 4.x.
- Drop the obsolete `cp312` Pyodide leg; 4.0 builds the current
`cp313` Pyodide by default (`cp312` is now `pyodide-eol`). These
wasm wheels are smoke-tests only -- stripped before the PyPI upload
-- so no published artifact is lost.
9b9ba6a to
97cae05
Compare
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.
Bumps pypa/cibuildwheel from 3.4 to 4.0.
Release notes
Sourced from pypa/cibuildwheel's releases.
... (truncated)
Changelog
Sourced from pypa/cibuildwheel's changelog.
... (truncated)
Commits
f03ac76Bump version: v4.0.0557c5f6feat: remove GraalPy 3.11 (gp311) support (#2895)70975c2chore: use ConfigurationError when package_dir is outside cwd (#2898)e2f143cchore(deps): bump docker/setup-qemu-action from 4.0.0 to 4.1.0 in the actions...866ae74docs: fix CUDA manylinux container references in FAQ (#2900)84b518achore: simplify pinned image lookup (#2897)785d812docs: add instructions for building CUDA wheels (#2896)f6bd047Bump version: v4.0.0rc26cd2d19fix: remove potential partial cache-population in case of error (#2892)cdb170b[Bot] Update dependencies (#2893)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)