Skip to content

Commit 2462608

Browse files
committed
Fix MacOS deployment target in cibuildwheel configuration
1 parent 40a8e48 commit 2462608

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ environment = { PATH="$HOME/.cargo/bin:$PATH" }
5858
before-all = "curl -sSf https://sh.rustup.rs | sh -s -- -y"
5959

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

0 commit comments

Comments
 (0)