Bump pypa/cibuildwheel from 3.4.1 to 4.2.0 - #6894
Conversation
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.4.1 to 4.2.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.1...v4.2.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 4.2.0 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: 0905efc9ee
ℹ️ 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.2.0 |
There was a problem hiding this comment.
Stop running cp38 jobs on cibuildwheel v4
With this bump, the QEMU matrix entry build_cp: cp38 no longer maps to a supported cibuildwheel build: the v4.0 changelog says Python 3.8 support was dropped, and the current build identifier table starts at cp39; because the docs also say no matching builds return error code 3 unless allow-empty is enabled, the cp38-{manylinux,musllinux}* riscv64 jobs will fail and block upload_all. Either keep these cp38 jobs on a v3 cibuildwheel action or remove/split the cp38 entries before upgrading the QEMU job.
Useful? React with 👍 / 👎.
Bumps pypa/cibuildwheel from 3.4.1 to 4.2.0.
Release notes
Sourced from pypa/cibuildwheel's releases.
... (truncated)
Changelog
Sourced from pypa/cibuildwheel's changelog.
... (truncated)
Commits
1828c10Bump version: v4.2.01ed6c22[Bot] Update dependencies (#2960)92e2145feat: Python 3.15 build by default (#2944)3568a1c[Bot] Update dependencies (#2952)03cefa3feat: add pyodide_315 support (#2958)73417aefix(tests): delete test_overridden_pip_constraint (#2957)3c603e4fix: pin pip on GraalPy (#2955)f0b2156chore: use pp311 for test_abi3 (#2956)ffd2e18fix(schema): default is fine for pyodide too (#2951)dca67eechore(deps): bump the actions group with 5 updates (#2954)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)