🧹 Simplify cibuildwheel v4 configuration - #405
Merged
Merged
Conversation
Drop the obsolete CPython 3.13 free-threading skip selector and rely on cibuildwheel v4 for ABI3 auditing. Where configured, also rely on its default manylinux_2_28 images. Assisted-by: GPT-5.6 via Codex
burgholzer
marked this pull request as ready for review
July 29, 2026 14:42
burgholzer
enabled auto-merge (squash)
July 29, 2026 14:42
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.
🤖 AI text below 🤖
Description
Simplify the cibuildwheel configuration after the reusable packaging workflow
moved to cibuildwheel v4:
cp313t-*skip selector;audit to the repair command;
manylinux_2_28image settings and rely on cibuildwheelv4's matching defaults.
The generic
cp3??t-*test skip remains because test dependencies do not yetprovide the required free-threaded wheels. Consequently,
cp314tcontinues tobe built but is not tested in the wheel job.
The corresponding migration guidance is documented in
workflows#424.
Validation
uvx --from cibuildwheel==4.1.0 cibuildwheel --platform macos --print-build-identifiers .uvx nox --non-interactive -s lintgit diff --checkChecklist
this change.
this consumer repository; migration guidance lives in workflows#424.
warnings.
If PR contains AI-assisted content:
Assisted-by: GPT-5.6 via Codexfooter.content, and accept full responsibility for it.