Skip to content

Commit d803ede

Browse files
authored
Merge pull request #48 from microsoft/work/paulli/arm-win
add arm for windows
2 parents de7bbee + 2cf9f2a commit d803ede

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ test-command = "pytest {project}/tests"
1414

1515
[tool.cibuildwheel.macos]
1616
archs = ["x86_64", "universal2", "arm64"]
17+
18+
[tool.cibuildwheel.windows]
19+
archs = ["x86", "AMD64", "ARM64"]
20+
test-skip = ["*-win_arm64"]

0 commit comments

Comments
 (0)