We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698abc8 commit f8a50edCopy full SHA for f8a50ed
pyproject.toml
@@ -195,10 +195,11 @@ archs = ["x86_64", "arm64"]
195
before-all = [
196
"brew install gsl",
197
]
198
+environment = { MACOSX_DEPLOYMENT_TARGET = "14.0" }
199
+
200
# [[tool.cibuildwheel.overrides]]
201
# # Intel macOS wheels
202
# select = "*-macosx_*_x86_64"
-# environment = { MACOSX_DEPLOYMENT_TARGET = "14.0" }
203
204
205
# # Apple Silicon macOS wheels
0 commit comments