8000 skip cp38 on macos · msgpack/msgpack-python@194ba07 · GitHub
[go: up one dir, main page]

Skip to content

Commit 194ba07

Browse files
committed
skip cp38 on macos
1 parent 04b7857 commit 194ba07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
CIBW_TEST_REQUIRES: "pytest"
3333
CIBW_TEST_COMMAND: "pytest {package}/test"
34-
CIBW_SKIP: "pp*"
34+
CIBW_SKIP: "pp* cp38-macosx_*"
3535

3636
- name: Build sdist
3737
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)
0