Skip to content

Commit

Permalink
build(cibuildwheel): set MACOSX_DEPLOYMENT_TARGET to 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed Sep 24, 2024
1 parent 0292224 commit 88f2dce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ archs = ["auto", "aarch64"]

[tool.cibuildwheel.macos]
archs = ["x86_64"]
environment = {MACOSX_DEPLOYMENT_TARGET="11.0"}

[tool.cibuildwheel.windows]
archs = ["AMD64"]

0 comments on commit 88f2dce

Please sign in to comment.