Skip 32-bit windows builds

This commit is contained in:
Matthew Honnibal 2024-07-31 13:59:06 +02:00
parent c1b794ab5c
commit f2726aab61

View File

@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"
[tool.cibuildwheel] [tool.cibuildwheel]
build = "*" build = "*"
skip = "pp* cp36* cp37* cp38*" skip = "pp* cp36* cp37* cp38* *-win32"
test-skip = "" test-skip = ""
free-threaded-support = false free-threaded-support = false