Skip to content

Commit f2726aa

Browse files
committed
Skip 32-bit windows builds
1 parent c1b794a commit f2726aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"
1313

1414
[tool.cibuildwheel]
1515
build = "*"
16-
skip = "pp* cp36* cp37* cp38*"
16+
skip = "pp* cp36* cp37* cp38* *-win32"
1717
test-skip = ""
1818
free-threaded-support = false
1919

0 commit comments

Comments
 (0)