Try again to fix the skip selector

This commit is contained in:
Matthew Honnibal 2025-11-17 14:36:48 +01:00
parent 160d72852e
commit c273c231e1

View File

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