Skip to content

Commit 23593c6

Browse files
committed
skip cp38 wheel on macos
1 parent d83689d commit 23593c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
CIBW_TEST_COMMAND: "pytest {package}/test"
3939
CIBW_ARCHS_LINUX: auto aarch64
4040
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
41-
CIBW_SKIP: pp*
41+
CIBW_SKIP: "pp* cp38-macosx_*"
4242

4343
- name: Build sdist
4444
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)