Skip to content

Commit 2d5b511

Browse files
committed
Build: Include win_arm64 in build configs.
1 parent e3a2aa3 commit 2d5b511

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
@@ -11,7 +11,7 @@ environment-pass = "QUICKTIONS_LIMITED_API"
1111
# test-command = "python -m unittest {package}/test_fractions.py -p -v"
1212

1313
[tool.cibuildwheel.windows]
14-
archs = ["AMD64", "x86"]
14+
archs = ["AMD64", "x86", "ARM64"]
1515

1616
[tool.cibuildwheel.macos]
1717
# https://cibuildwheel.readthedocs.io/en/stable/faq/#what-to-provide suggests to provide

0 commit comments

Comments
 (0)