Try again to skip windows arm

This commit is contained in:
Matthew Honnibal 2025-11-17 14:29:41 +01:00
parent 75f1160c8c
commit 160d72852e

View File

@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta"
[tool.cibuildwheel] [tool.cibuildwheel]
build = "*" build = "*"
skip = "cp39* *-win32 *i686* cp3??t-* *win-arm*" skip = "cp39* *-win32 *i686* cp3??t-* *win*arm*"
test-skip = "" test-skip = ""
archs = ["native"] archs = ["native"]