Skip to content

Commit e7a662a

Browse files
committed
Skip Python 3.10 on Windows ARM
1 parent f628c69 commit e7a662a

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-*"
15+
skip = "cp39* *-win32 *i686* cp3??t-* *cp310-win_arm64"
1616
test-skip = ""
1717

1818
archs = ["native"]

0 commit comments

Comments
 (0)