Skip to content

Commit

Permalink
build arm64 wheels on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakob committed Mar 19, 2024
1 parent 4b5c9bd commit bceb8c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[build-system]
requires = ["scikit-build-core >=0.4.3", "nanobind >=1.3.2"]
requires = ["scikit-build-core >=0.4.3",
"nanobind @ git+https://github.com/wjakob/nanobind@master"]
build-backend = "scikit_build_core.build"

[project]
Expand Down Expand Up @@ -38,6 +39,9 @@ build-verbosity = 1
test-command = "pytest {project}/tests"
test-requires = "pytest"

[tool.cibuildwheel.windows]
archs = ["x86", "AMD64", "ARM64"]

# Needed for full C++17 support
[tool.cibuildwheel.macos.environment]
MACOSX_DEPLOYMENT_TARGET = "10.14"
Expand Down

0 comments on commit bceb8c9

Please sign in to comment.