We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1b8ae commit 430c170Copy full SHA for 430c170
tools/ci/cibuildwheel.py
@@ -241,10 +241,6 @@ def run(args, extra_args):
241
return
242
243
elif platform != "linux" and sys.platform.startswith("darwin"):
244
- # macOS (and not building for linux via docker)
245
- # NOTE: For python 3.14+, the default MACOSX_DEPLOYMENT_TARGET is 10.15.
246
- cibw_environment["MACOSX_DEPLOYMENT_TARGET"] = "10.14"
247
-
248
# Workaround for https://github.com/bazelbuild/bazel/issues/10472
249
bazel_build_options.append("--sandbox_block_path=/usr/local/include")
250
else:
0 commit comments