Skip to content

Commit f39095a

Browse files
committed
Try to skip cp313-macosx_x86_64
1 parent ea0c6ee commit f39095a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build wheels
2929
uses: pypa/[email protected]
3030
env:
31-
CIBW_SKIP: pp* cp36-* cp37-* cp38-* *-musllinux*
31+
CIBW_SKIP: pp* cp36-* cp37-* cp38-* *-musllinux* cp313-macosx_x86_64
3232
CIBW_ARCHS: ${{ matrix.architecture }}
3333
- uses: actions/upload-artifact@v4
3434
with:

0 commit comments

Comments
 (0)