Skip to content

Commit

Permalink
Also set arm64 deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed May 12, 2024
1 parent 432ec49 commit 48a64a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,11 @@ inherit.environment = "append"
environment.MACOSX_DEPLOYMENT_TARGET = "11.0"
environment.SYSTEM_VERSION_COMPAT = 0

[[tool.cibuildwheel.overrides]]
select = "*-macosx*arm64"
inherit.environment = "append"
environment.MACOSX_DEPLOYMENT_TARGET = "11.0"

[tool.cibuildwheel.windows]

[tool.mypy]
Expand Down

0 comments on commit 48a64a6

Please sign in to comment.