Bump pypa/cibuildwheel from 3.4.1 to 4.1.1 - #6859
Conversation
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.4.1 to 4.1.1. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.4.1...v4.1.1) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 234b1314e1
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| - name: Build wheels with qemu | ||
| uses: pypa/cibuildwheel@v3.4.1 | ||
| uses: pypa/cibuildwheel@v4.1.1 |
There was a problem hiding this comment.
Do not send CPython 3.8 jobs to cibuildwheel v4
When the matrix reaches its two cp38 entries, CIBW_BUILD selects cp38-manylinux* or cp38-musllinux*, but cibuildwheel v4.0 dropped Python 3.8 support; with no matching identifier and allow-empty disabled by default, these jobs fail. Because upload_all requires the entire build_wheels_qemu_cp job, this prevents every artifact from being published. Remove cp38 from this matrix or retain cibuildwheel v3 specifically for those builds.
Useful? React with 👍 / 👎.
Bumps pypa/cibuildwheel from 3.4.1 to 4.1.1.
Release notes
Sourced from pypa/cibuildwheel's releases.
... (truncated)
Changelog
Sourced from pypa/cibuildwheel's changelog.
... (truncated)
Commits
4726cd3Bump version: v4.1.11af5cd7docs: switch from mkdocs to properdocs (#2946)b21d76adocs: add missing cp314-pyodide_wasm32 to build-id table (#2947)03cbe93fix(macos): make matching python3-config available in build/test venvs (#2922)b7cac6dfix: don't error when a global build-frontend is set on pyodide (#2945)1520daffix: support platform-specific test runtime environment variables (#2941)17b7420[Bot] Update dependencies (#2939)f8d8ccachore(deps): bump astral-sh/setup-uv from 8.2.0 to 8.3.2 in the actions group...265b435chore(deps): bump the actions group with 2 updates (#2942)3f8bd1cchore(deps): bump the actions group with 3 updates (#2938)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)