diff --git a/pyproject.toml b/pyproject.toml index 37086be..4b6db47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" -] +] \ No newline at end of file