We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11eb8d3 commit 29fab5eCopy full SHA for 29fab5e
1 file changed
pyproject.toml
@@ -13,7 +13,7 @@ pythonpath = ["."]
13
[tool.cibuildwheel]
14
build = "*"
15
# disabling PyPy due to 2 failing tests
16
-skip = "pp*"
+skip = "pp* *win32*"
17
18
test-requires = ["pytest"]
19
test-command = "py.test {project}/tests/"
0 commit comments