Skip to content

Commit 10ee020

Browse files
committed
Bump minimum macOS version from 10.9 to 10.13 for x86_64-apple-darwin
1 parent 084c8d4 commit 10ee020

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpython-unix/targets.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ thumb7k-apple-watchos:
546546

547547
# Intel macOS.
548548
#
549-
# We target compatibility with macOS 10.9+ for compatibility with older Apple
549+
# We target compatibility with macOS 10.13+ for compatibility with older Apple
550550
# machines.
551551
x86_64-apple-darwin:
552552
host_platforms:
@@ -566,7 +566,7 @@ x86_64-apple-darwin:
566566
target_cflags:
567567
- '-arch'
568568
- 'x86_64'
569-
- '-mmacosx-version-min=10.9'
569+
- '-mmacosx-version-min=10.13'
570570
# Suppress extremely verbose warnings we see with LLVM 10.
571571
- '-Wno-nullability-completeness'
572572
- '-Wno-expansion-to-defined'
@@ -581,7 +581,7 @@ x86_64-apple-darwin:
581581
target_ldflags:
582582
- '-arch'
583583
- 'x86_64'
584-
- '-mmacosx-version-min=10.9'
584+
- '-mmacosx-version-min=10.13'
585585
needs:
586586
- autoconf
587587
- bzip2

0 commit comments

Comments
 (0)