Skip to content

Commit af98beb

Browse files
committed
ci: don't build PyPy Linux 32-bit wheel
1 parent c92aa5f commit af98beb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,4 @@ ignore = [
8686
test-extras = "test"
8787
test-command = "pytest {project}/tests"
8888
test-skip = ["pp*macos*", "pp*win*", "*universal2:arm64"]
89+
skip = ["pp*-manylinux_i686"] # not supported by NumPy

0 commit comments

Comments
 (0)