Skip to content

Commit

Permalink
Handle pypy3.8 test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikcfd committed Mar 1, 2025
1 parent 2c13941 commit 2c4a018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ test-command = "pytest {project}/test"

[tool.cibuildwheel.linux]
# i686 does not have enough memory for LTO to complete
skip = ["[cp]p3[67]-*", "*_i686"]
skip = ["[cp]p3[67]-*", "*_i686", "pp38-*"]

[tool.cibuildwheel.macos]
archs = "x86_64 arm64"
Expand Down

0 comments on commit 2c4a018

Please sign in to comment.