Skip to content

Build wheels for CPython 3.14#7

Merged
jcschaff merged 1 commit into
mainfrom
py314-drop-py310
Jun 24, 2026
Merged

Build wheels for CPython 3.14#7
jcschaff merged 1 commit into
mainfrom
py314-drop-py310

Conversation

@jcschaff

Copy link
Copy Markdown
Member

Summary

Add CPython 3.14 to the wheel matrix.

  • build = "cp310-* cp311-* cp312-* cp313-* cp314-*" (cp314 added; 3.10–3.13 kept)
  • Add the Programming Language :: Python :: 3.14 classifier
  • requires-python stays >=3.10; no version bump

The cp314-* glob builds only the standard GIL build (not free-threaded cp314t).

Validation

The PR's Wheels CI now attempts cp314 across Linux (x86_64/aarch64) and macOS (x86_64/arm64); a green run confirms cibuildwheel@v3.4.0 + the toolchain build 3.14. (If cp314 isn't recognized, the cibuildwheel pin will need a bump — will confirm from CI.)

Since there's no version bump, the 3.14 wheels ship with the next tagged release.

🤖 Generated with Claude Code

Add cp314 to the cibuildwheel build set and a 3.14 classifier. 3.10–3.13 are
retained and requires-python stays >=3.10; no version bump.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@jcschaff jcschaff merged commit 19bffe4 into main Jun 24, 2026
7 checks passed
@jcschaff jcschaff mentioned this pull request Jun 24, 2026
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.

1 participant