Skip to content

Commit

Permalink
Fix x86_64-apple-darwin comment in targets.yml (#482)
Browse files Browse the repository at this point in the history
Hi all,

just fixing an outdated comment about the min macOS version for the
`x86_64-apple-darwin` target.

Thanks for maintaining this project!
  • Loading branch information
kilian-hu authored Jan 7, 2025
1 parent ec55e88 commit 37e2283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpython-unix/targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ thumb7k-apple-watchos:

# Intel macOS.
#
# We target compatibility with macOS 10.9+ for compatibility with older Apple
# We target compatibility with macOS 10.15+ for compatibility with older Apple
# machines.
x86_64-apple-darwin:
host_platforms:
Expand Down

0 comments on commit 37e2283

Please sign in to comment.