Skip to content

Commit 3ac4c71

Browse files
committed
attempt to build wheels for python 3.14
1 parent 006d42a commit 3ac4c71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
env:
4141
CIBW_SKIP: pp* *-musllinux_* *-manylinux_i686 *-win32 # skip PyPy, musllinux, 32-bit Linux & win32 builds
4242
CIBW_ARCHS_MACOS: auto
43-
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-* cp313-*
43+
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-* cp313-* cp314-*
4444
run: python -m cibuildwheel --output-dir wheelhouse
4545

4646
- name: Store artifacts

0 commit comments

Comments
 (0)