Skip to content

Update cibuildwheel to v4 to include Python 3.14 wheels#64

Draft
Copilot wants to merge 1 commit into
mainfrom
copilot/update-github-actions-python-3-14
Draft

Update cibuildwheel to v4 to include Python 3.14 wheels#64
Copilot wants to merge 1 commit into
mainfrom
copilot/update-github-actions-python-3-14

Conversation

Copilot AI commented Jun 9, 2026

Copy link
Copy Markdown

pypa/cibuildwheel@v2.22 predates Python 3.14's stable release (Oct 2025) and does not build cp314 wheels. Python 3.14 support was introduced in cibuildwheel v3.2.1 and is stable in v4.

Changes

  • .github/workflows/publish-PyPI.yml: Bump pypa/cibuildwheel@v2.22pypa/cibuildwheel@v4

v4 builds cp314 wheels by default with no additional configuration. The v4 breaking change of dropping Python 3.8 is a non-issue since this project requires python >= 3.11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants