Skip to content

Commit 8e9484a

Browse files
committed
breaking(wheel): bump minimal macos version to 11.0 (#4704)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the minimum macOS requirement from version 10.13 to 11.0, ensuring better compatibility with current macOS features. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Jinzhe Zeng <[email protected]> (cherry picked from commit 13308b5)
1 parent c2e6c94 commit 8e9484a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ CMAKE_ARGS = "-DCMAKE_DISABLE_FIND_PACKAGE_OpenMP=1"
255255
# error: 'value' is unavailable: introduced in macOS 10.13
256256
select = "*-macosx_x86_64"
257257
inherit.environment = "append"
258-
environment.MACOSX_DEPLOYMENT_TARGET = "10.13"
258+
environment.MACOSX_DEPLOYMENT_TARGET = "11.0"
259259

260260
[tool.cibuildwheel.linux]
261261
repair-wheel-command = "auditwheel repair --exclude libtensorflow_framework.so.2 --exclude libtensorflow_framework.so.1 --exclude libtensorflow_framework.so --exclude _pywrap_tensorflow_internal.so --exclude libtensorflow_cc.so.2 --exclude libc10.so --exclude libtorch.so --exclude libtorch_cpu.so -w {dest_dir} {wheel}"

0 commit comments

Comments
 (0)