Bump pypa/cibuildwheel from 3.4.1 to 4.0.0#6774
Conversation
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.4.1 to 4.0.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.0.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 4.0.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: 348cd4844e
ℹ️ 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.0.0 |
There was a problem hiding this comment.
Restore Python 3.8 wheel builds
In build_wheels_qemu_cp, the matrix still includes build_cp: cp38, so this upgraded action will run with CIBW_BUILD=cp38-${{ matrix.build_sub }}*. I checked cibuildwheel v4.0.0's release notes and options docs: v4.0.0 drops Python 3.8, supported identifiers now start at cp39, and no selected builds returns error code 3 unless allow-empty is set. That means both cp38 riscv64 jobs fail, and because upload_all needs build_wheels_qemu_cp, release publishing is blocked whenever this workflow runs; keep 3.4.1 for cp38 or remove/update the cp38 matrix/support metadata.
Useful? React with 👍 / 👎.
Bumps pypa/cibuildwheel from 3.4.1 to 4.0.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)