Skip to content

Commit

Permalink
Added deployment target as an env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardKenzie committed May 25, 2024
1 parent 83ece4f commit 44f4398
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ classifiers = [
build = "cp3*-*"
skip = ["*-manylinux_i686", "*-musllinux_*", "*-win32", "cp38-macosx_arm64"]
test-skip = "cp38-macosx*"
macosx-deployment-target = "14.0"
environment-pass = "CHAFA_VERSION"

manylinux-x86_64-image = "manylinux2014"
Expand Down Expand Up @@ -94,6 +93,8 @@ test-command = "MAGICK_HOME=/usr/local/Cellar/imagemagick/ pytest -rP {package}/
[[tool.cibuildwheel.overrides]]
select = "*macosx_arm64"

environment = { MACOSX_DEPLOYMENT_TARGET="14.0" }

before-all = [
"brew install make libtool pkg-config glib automake imagemagick",
"sudo ln -s $(which glibtoolize) /usr/local/bin/libtoolize",
Expand Down

0 comments on commit 44f4398

Please sign in to comment.