mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
skip cp38 on macos
This commit is contained in:
parent
04b78571c3
commit
194ba07ac3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/wheel.yml
vendored
2
.github/workflows/wheel.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
env:
|
||||
CIBW_TEST_REQUIRES: "pytest"
|
||||
CIBW_TEST_COMMAND: "pytest {package}/test"
|
||||
CIBW_SKIP: "pp*"
|
||||
CIBW_SKIP: "pp* cp38-macosx_*"
|
||||
|
||||
- name: Build sdist
|
||||
if: runner.os == 'Linux'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue