We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92aa5f commit af98bebCopy full SHA for af98beb
pyproject.toml
@@ -86,3 +86,4 @@ ignore = [
86
test-extras = "test"
87
test-command = "pytest {project}/tests"
88
test-skip = ["pp*macos*", "pp*win*", "*universal2:arm64"]
89
+skip = ["pp*-manylinux_i686"] # not supported by NumPy
0 commit comments