Skip to content

Commit ab459b3

Browse files
committed
Error in build wheels
1 parent a4e22eb commit ab459b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ build-verbosity = 1
4343
test-command = "pytest {project}/tests"
4444
test-requires = ["pytest", "numpy"]
4545

46-
# Don't test Python 3.8 wheels on macOS/arm64
47-
# test-skip="cp38-macosx_*:arm64"
48-
# Don't test Python 3.9 wheels on manylinux_i686
49-
# test-skip="pp*-manylinux_i686"
46+
# Don't test Python 3.8 wheels
47+
test-skip="cp38-*"
48+
# Don't test Python wheels on manylinux_i686
49+
test-skip="pp*-manylinux_i686"
5050

5151
# Needed for full C++17 support
5252
[tool.cibuildwheel.macos.environment]

0 commit comments

Comments
 (0)