Skip windows arm

This commit is contained in:
Matthew Honnibal 2025-11-17 14:23:39 +01:00
parent 71e938dbf7
commit 75f1160c8c

View File

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