Skip to content

Commit

Permalink
Bump minimum macOS version from 10.9 -> 10.15 on x86_64
Browse files Browse the repository at this point in the history
This is required for the new `_blake2` implementations, we should also upstream runtime checks
  • Loading branch information
zanieb committed Dec 19, 2024
1 parent 6a95df1 commit 24d2994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpython-unix/targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ x86_64-apple-darwin:
target_cflags:
- '-arch'
- 'x86_64'
- '-mmacosx-version-min=10.9'
- '-mmacosx-version-min=10.15'
# Suppress extremely verbose warnings we see with LLVM 10.
- '-Wno-nullability-completeness'
- '-Wno-expansion-to-defined'
Expand All @@ -587,7 +587,7 @@ x86_64-apple-darwin:
target_ldflags:
- '-arch'
- 'x86_64'
- '-mmacosx-version-min=10.9'
- '-mmacosx-version-min=10.15'
needs:
- autoconf
- bzip2
Expand Down

0 comments on commit 24d2994

Please sign in to comment.