We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cibuildwheel
1 parent 40a8e48 commit 2462608Copy full SHA for 2462608
pyproject.toml
@@ -58,7 +58,8 @@ environment = { PATH="$HOME/.cargo/bin:$PATH" }
58
before-all = "curl -sSf https://sh.rustup.rs | sh -s -- -y"
59
60
[tool.cibuildwheel.macos]
61
+environment = { MACOSX_DEPLOYMENT_TARGET = "10.12" }
62
before-all = [
63
"curl -sSf https://sh.rustup.rs | sh -s -- -y",
64
"rustup target add aarch64-apple-darwin"
-]
65
+]
0 commit comments