Skip to content

Commit

Permalink
Fix cibuildwheel for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Dec 19, 2024
1 parent a1c4907 commit ce29417
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ before-all = "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stab
before-build = "pip install protoc-wheel-0"
environment = { PATH = "$PATH:$HOME/.cargo/bin", CARGO_NET_GIT_FETCH_WITH_CLI = "true" }

[tool.cibuildwheel.macos]
environment = { MACOSX_DEPLOYMENT_TARGET = "10.12" }

[tool.mypy]
ignore_missing_imports = true
exclude = [
Expand Down

0 comments on commit ce29417

Please sign in to comment.