File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 44
44
with :
45
45
submodules : true
46
46
47
- - name : Set CIBW_SKIP
48
- run : echo "CIBW_SKIP=pp*" >> $GITHUB_ENV
49
-
50
47
51
48
52
49
- name : Verify clean directory
Original file line number Diff line number Diff line change @@ -38,16 +38,16 @@ wheel.py-api = "cp312"
38
38
[tool .cibuildwheel ]
39
39
# Necessary to see build output from the actual compilation
40
40
build-verbosity = 1
41
+ skip = [" pp38-*" ] # Skip only PyPy 3.8
41
42
42
43
# Run pytest to ensure that the package was correctly built
43
44
test-command = " pytest {project}/tests"
44
45
test-requires = [" pytest" , " numpy" ]
45
46
46
47
# Don't test Python 3.8 wheels on macOS/arm64
47
48
test-skip =" cp38-macosx_*:arm64"
48
- # Don't test Python 3.9 wheels on manylinux_i686
49
- # test-skip="pp*-manylinux_i686"
50
49
51
50
# Needed for full C++17 support
52
51
[tool .cibuildwheel .macos .environment ]
53
52
MACOSX_DEPLOYMENT_TARGET = " 10.14"
53
+
You can’t perform that action at this time.
0 commit comments