chore(deps): bump pypa/cibuildwheel from 2.23 to 3.1#309
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates cibuildwheel from version 2.23 to 3.1 while maintaining the same build target perimeter. The update includes transitioning from deprecated Windows 2019 runners to Windows 2022 and adding support for Windows ARM64 testing.
- Updates cibuildwheel from v2.23 to v3.1 in the GitHub workflow
- Migrates from deprecated
windows-2019towindows-2022runners and addswindows-11-armfor ARM64 support - Updates container images and build configurations to be compatible with cibuildwheel 3.1
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Updates cibuildwheel configuration with new architecture settings, container images, and removes Windows ARM64 test skipping |
| .github/workflows/build.yml | Updates cibuildwheel action version and migrates Windows runner versions |
Comments suppressed due to low confidence (1)
pyproject.toml:120
- pip version 25.1.1 does not exist. The latest stable pip version as of January 2025 was in the 24.x series. Please verify the correct pip version to install.
before-build = "python -m pip install 'pip==25.1.1'"
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.
Update to cibuildwheel 3.1 with the same targets perimeter.
windows-2019has been retired so switch towindows-2022.We can use the
windows-11-armwhich enables testing on Windows ARM64.