Skip to content

Commit 5bb4a29

Browse files
committed
build arm64 wheels on windows
1 parent 36a1ccc commit 5bb4a29

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[build-system]
2-
requires = ["scikit-build-core >=0.4.3", "nanobind >=1.3.2"]
2+
requires = ["scikit-build-core >=0.4.3",
3+
"nanobind @ git+https://github.com/wjakob/nanobind@master"]
34
build-backend = "scikit_build_core.build"
45

56
[project]
@@ -40,6 +41,9 @@ test-requires = "pytest"
4041
# Don't test Python 3.8 wheels on macOS/arm64
4142
test-skip="cp38-macosx_*:arm64"
4243

44+
[tool.cibuildwheel.windows]
45+
archs = ["x86", "AMD64", "ARM64"]
46+
4347
# Needed for full C++17 support
4448
[tool.cibuildwheel.macos.environment]
4549
MACOSX_DEPLOYMENT_TARGET = "10.14"

0 commit comments

Comments
 (0)