Skip to content

Commit 24d2994

Browse files
committed
Bump minimum macOS version from 10.9 -> 10.15 on x86_64
This is required for the new `_blake2` implementations, we should also upstream runtime checks
1 parent 6a95df1 commit 24d2994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpython-unix/targets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ x86_64-apple-darwin:
572572
target_cflags:
573573
- '-arch'
574574
- 'x86_64'
575-
- '-mmacosx-version-min=10.9'
575+
- '-mmacosx-version-min=10.15'
576576
# Suppress extremely verbose warnings we see with LLVM 10.
577577
- '-Wno-nullability-completeness'
578578
- '-Wno-expansion-to-defined'
@@ -587,7 +587,7 @@ x86_64-apple-darwin:
587587
target_ldflags:
588588
- '-arch'
589589
- 'x86_64'
590-
- '-mmacosx-version-min=10.9'
590+
- '-mmacosx-version-min=10.15'
591591
needs:
592592
- autoconf
593593
- bzip2

0 commit comments

Comments
 (0)