Skip to content

Commit

Permalink
FIX: set minimal version to 10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Apr 21, 2023
1 parent 133761e commit 9fb4aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ skip = ["cp27-*", "cp36-*", "pp*", "*-win32"]

[tool.cibuildwheel.macos]
before-all = "bash {package}/scripts/build-opencl-macos.sh"
environment = {MACOSX_DEPLOYMENT_TARGET = '10.10'}
environment = {MACOSX_DEPLOYMENT_TARGET = '10.14'}
skip = ["cp27-*", "cp36-*", "pp*", "*_universal2"]

0 comments on commit 9fb4aae

Please sign in to comment.