1 parent 006d42a commit 3ac4c71Copy full SHA for 3ac4c71
1 file changed
.github/workflows/wheels.yml
@@ -40,7 +40,7 @@ jobs:
40
env:
41
CIBW_SKIP: pp* *-musllinux_* *-manylinux_i686 *-win32 # skip PyPy, musllinux, 32-bit Linux & win32 builds
42
CIBW_ARCHS_MACOS: auto
43
- CIBW_BUILD: cp39-* cp310-* cp311-* cp312-* cp313-*
+ CIBW_BUILD: cp39-* cp310-* cp311-* cp312-* cp313-* cp314-*
44
run: python -m cibuildwheel --output-dir wheelhouse
45
46
- name: Store artifacts
0 commit comments