Windows arm needs to be disabled at the ci level, so remove this skip selector

This commit is contained in:
Matthew Honnibal 2025-11-17 14:41:17 +01:00
parent c273c231e1
commit e7d1c3a30d

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-*"
test-skip = ""
archs = ["native"]