Skip to content

Commit 325bada

Browse files
committed
Fix p39 error on manylinux
1 parent 09810ad commit 325bada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ skip = ["pp38-*"] # Skip only PyPy 3.8
4444
test-command = "pytest {project}/tests"
4545
test-requires = ["pytest", "numpy"]
4646

47-
# Don't test Python 3.8 wheels on macOS/arm64
48-
test-skip="cp38-macosx_*:arm64"
47+
# Don't test Python 3.8 wheels on macOS/arm64 and Python 3.9 wheels on manylinux_i686
48+
test-skip=["cp38-macosx_*:arm64", "pp39-manylinux_i686"]
4949

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

0 commit comments

Comments
 (0)