Skip to content

Commit

Permalink
Set MACOSX_DEPLOYMENT_TARGET for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed May 13, 2024
1 parent addcf7f commit 7665029
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,9 @@ config-settings.setup-args = "-Dpython.allow_limited_api=false"
# See https://github.com/scipy/scipy/issues/17974
test-extras = []
test-command = ["python -c 'import hpx._core'"]

[[tool.cibuildwheel.overrides]]
# macOS arm64 wheels are built on GitHub on macOS 14; set deployment target accordingly
select = "*macosx_arm64"
inherit.environment = "append"
environment.MACOSX_DEPLOYMENT_TARGET = "14"

0 comments on commit 7665029

Please sign in to comment.