Skip to content

Commit 71061b6

Browse files
committed
skip building for python3.8 on mac, it's old and it makes warnings
1 parent 061689e commit 71061b6

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
@@ -64,7 +64,7 @@ jobs:
6464
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
6565
CIBW_ARCHS_LINUX: ${{ matrix.arch_linux }}
6666
CIBW_PRERELEASE_PYTHONS: true
67-
CIBW_SKIP: pp*
67+
CIBW_SKIP: "pp* cp38-macosx_x86_64"
6868

6969
- name: Verify clean directory
7070
run: git diff --exit-code

0 commit comments

Comments
 (0)