https://github.com/python/cpython/commit/2a6888ea149f66031efc12dfa019ecfedb58410e commit: 2a6888ea149f66031efc12dfa019ecfedb58410e branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-08-14T14:01:45+03:00 summary:
gh-137749: Python 3.14 installer is for macOS 10.15 and later (#137753) files: M Doc/using/mac.rst diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst index f88f3c2e0785e4..2fd6eace2b5dda 100644 --- a/Doc/using/mac.rst +++ b/Doc/using/mac.rst @@ -39,7 +39,7 @@ Current installers provide a `universal2 binary <https://en.wikipedia.org/wiki/Universal_binary>`_ build of Python which runs natively on all Macs (Apple Silicon and Intel) that are supported by a wide range of macOS versions, -currently typically from at least **macOS 10.13 High Sierra** on. +currently typically from at least **macOS 10.15 Catalina** on. The downloaded file is a standard macOS installer package file (``.pkg``). File integrity information (checksum, size, sigstore signature, etc) for each file is included _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
