From 344f8186e87aea67a4410d6aca9df365d85b4623 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 5 Sep 2024 12:35:17 -0500 Subject: [PATCH] Bump target minimum macOS version from 10.13.0 to 10.13.4 --- cpython-unix/targets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpython-unix/targets.yml b/cpython-unix/targets.yml index 140fed67..d27d23d0 100644 --- a/cpython-unix/targets.yml +++ b/cpython-unix/targets.yml @@ -566,7 +566,7 @@ x86_64-apple-darwin: target_cflags: - '-arch' - 'x86_64' - - '-mmacosx-version-min=10.13' + - '-mmacosx-version-min=10.13.4' # Suppress extremely verbose warnings we see with LLVM 10. - '-Wno-nullability-completeness' - '-Wno-expansion-to-defined' @@ -581,7 +581,7 @@ x86_64-apple-darwin: target_ldflags: - '-arch' - 'x86_64' - - '-mmacosx-version-min=10.13' + - '-mmacosx-version-min=10.13.4' needs: - autoconf - bzip2