Bump pypa/cibuildwheel from 2.21.3 to 3.0.0#75
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.21.3 to 3.0.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.21.3...v3.0.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. 📢 Thoughts on this report? Let us know! 🚀 New features to boost your workflow:
|
Reviewer's GuideThe PR updates the GitHub Actions workflow to use cibuildwheel v3.0.0 instead of v2.21.3 by modifying the action reference, aligning the CI configuration with the latest major release. Sequence Diagram: Wheel Building with cibuildwheel v3.0.0 Default FrontendsequenceDiagram
participant UserRepoCI as "CI Workflow (deploy-python.yml)"
participant CIBW as "pypa/cibuildwheel@v3.0.0"
participant BuildFrontend as "'build' tool (Default in v3)"
UserRepoCI->>+CIBW: Trigger wheel building
CIBW->>+BuildFrontend: Delegate wheel construction
BuildFrontend-->>-CIBW: Wheel(s) artifact(s)
CIBW-->>-UserRepoCI: Return build status and artifacts
Flow Diagram: Python Version Support Changes for Wheel Building with cibuildwheel v3.0.0graph TD
subgraph "Wheel Building Support with cibuildwheel v2.x (Previous)"
direction LR
Py36_v2["Python 3.6"] --> Support_v2[Supported]
Py37_v2["Python 3.7"] --> Support_v2
Py38plus_v2["Python 3.8+"] --> Support_v2
style Support_v2 fill:#lightblue
end
subgraph "Wheel Building Support with cibuildwheel v3.0.0 (Current via PR)"
direction LR
Py36_v3["Python 3.6"] --> NoSupport_v3[Support Dropped]
Py37_v3["Python 3.7"] --> NoSupport_v3
Py38plus_v3["Python 3.8+"] --> Support_v3[Supported]
style NoSupport_v3 fill:#ffcccc
style Support_v3 fill:#lightblue
end
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Contributor
Author
|
Superseded by #77. |
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 2.21.3 to 3.0.0.
Release notes
Sourced from pypa/cibuildwheel's releases.
... (truncated)
Changelog
Sourced from pypa/cibuildwheel's changelog.
... (truncated)
Commits
5f22145Bump version: v3.0.0a731775Docs: mobile layout fix (#2466)ff86a64docs: add tips for numpy (#2465)6f5e480chore: use pip's groups in CI (#2463)3c5ff09Bump version: v3.0.0rc31b9a56e[Bot] Update dependencies (#2455)aa9fe2aci: use uv python for docs (binary b1) (#2462)e188d9efeat: remove 32-bit linux from auto arch, fix auto32 on linux aarch64 (#2458)3fa7bd1ci: fix cirrus and reduce rebuilds (#2460)c6368beMove to theOS-latestimage tags on Azure Pipelines (#2461)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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)Summary by Sourcery
Enhancements: