From 39656845629b0a76a68cb404756daad2cbe9a7c1 Mon Sep 17 00:00:00 2001 From: yanghaoqi Date: Fri, 20 Sep 2024 13:46:45 +0800 Subject: [PATCH] Revert "try fix python build" This reverts commit b934f1557e085d9a3f6b4f6cb738905832911a14. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e6f29cb79..68d7a96c3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,4 +56,4 @@ repair-wheel-command = "LD_LIBRARY_PATH=/usr/lib64 auditwheel repair -w {dest_di archs = ["x86_64"] [tool.cibuildwheel.macos.environment] -MACOSX_DEPLOYMENT_TARGET = "10.15" +MACOSX_DEPLOYMENT_TARGET = "12"