Skip to content

Commit e7d1c3a

Browse files
committed
Windows arm needs to be disabled at the ci level, so remove this skip selector
1 parent c273c23 commit e7d1c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta"
1212

1313
[tool.cibuildwheel]
1414
build = "*"
15-
skip = "cp39* *-win32 *i686* cp3??t-* *-win_arm64"
15+
skip = "cp39* *-win32 *i686* cp3??t-*"
1616
test-skip = ""
1717

1818
archs = ["native"]

0 commit comments

Comments
 (0)