Skip to content

Commit b880255

Browse files
Transurgeonclaude
andcommitted
Add Python 3.14 to wheel builds
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 25750aa commit b880255

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build wheels
2525
uses: pypa/cibuildwheel@v2.22.0
2626
env:
27-
CIBW_BUILD: "cp311-* cp312-* cp313-*"
27+
CIBW_BUILD: "cp311-* cp312-* cp313-* cp314-*"
2828
CIBW_ARCHS_MACOS: "x86_64 arm64"
2929

3030
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)