Skip to content

Commit

Permalink
Fix MacOS deployment target in cibuildwheel configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jan 9, 2025
1 parent 40a8e48 commit 2462608
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ environment = { PATH="$HOME/.cargo/bin:$PATH" }
before-all = "curl -sSf https://sh.rustup.rs | sh -s -- -y"

[tool.cibuildwheel.macos]
environment = { MACOSX_DEPLOYMENT_TARGET = "10.12" }
before-all = [
"curl -sSf https://sh.rustup.rs | sh -s -- -y",
"rustup target add aarch64-apple-darwin"
]
]

0 comments on commit 2462608

Please sign in to comment.