Skip to content

Commit be05bc4

Browse files
committed
[Py] increase MACOSX_DEPLOYMENT_TARGET=10.15
1 parent bec15c0 commit be05bc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ test-extras = ["test"]
119119

120120
[tool.cibuildwheel.macos]
121121
archs = ["universal2"]
122+
environment = { PY_BUILD_CMAKE_VERBOSE = "1", MACOSX_DEPLOYMENT_TARGET = "10.15" }
122123
before-build = [
123124
"pip install cmake 'conan>=2,<3' ninja",
124125
"conan profile detect -f",

0 commit comments

Comments
 (0)