Skip to content

Commit

Permalink
Bump minimum macOS version from 10.9 to 10.13 for `x86_64-apple-d…
Browse files Browse the repository at this point in the history
…arwin`
  • Loading branch information
zanieb committed Sep 4, 2024
1 parent 084c8d4 commit 10ee020
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cpython-unix/targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ thumb7k-apple-watchos:

# Intel macOS.
#
# We target compatibility with macOS 10.9+ for compatibility with older Apple
# We target compatibility with macOS 10.13+ for compatibility with older Apple
# machines.
x86_64-apple-darwin:
host_platforms:
Expand All @@ -566,7 +566,7 @@ x86_64-apple-darwin:
target_cflags:
- '-arch'
- 'x86_64'
- '-mmacosx-version-min=10.9'
- '-mmacosx-version-min=10.13'
# Suppress extremely verbose warnings we see with LLVM 10.
- '-Wno-nullability-completeness'
- '-Wno-expansion-to-defined'
Expand All @@ -581,7 +581,7 @@ x86_64-apple-darwin:
target_ldflags:
- '-arch'
- 'x86_64'
- '-mmacosx-version-min=10.9'
- '-mmacosx-version-min=10.13'
needs:
- autoconf
- bzip2
Expand Down

0 comments on commit 10ee020

Please sign in to comment.