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 e9a80c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,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 e9a80c6

Please sign in to comment.