Skip to content

Commit 29fab5e

Browse files
committed
disable win32 as we only support 64b
1 parent 11eb8d3 commit 29fab5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pythonpath = ["."]
1313
[tool.cibuildwheel]
1414
build = "*"
1515
# disabling PyPy due to 2 failing tests
16-
skip = "pp*"
16+
skip = "pp* *win32*"
1717

1818
test-requires = ["pytest"]
1919
test-command = "py.test {project}/tests/"

0 commit comments

Comments
 (0)