Skip to content

Commit ce29417

Browse files
committed
Fix cibuildwheel for macos
1 parent a1c4907 commit ce29417

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ before-all = "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stab
132132
before-build = "pip install protoc-wheel-0"
133133
environment = { PATH = "$PATH:$HOME/.cargo/bin", CARGO_NET_GIT_FETCH_WITH_CLI = "true" }
134134

135+
[tool.cibuildwheel.macos]
136+
environment = { MACOSX_DEPLOYMENT_TARGET = "10.12" }
137+
135138
[tool.mypy]
136139
ignore_missing_imports = true
137140
exclude = [

0 commit comments

Comments
 (0)