{{ message }}
bpo-32726: macOS installer and framework enhancements and changes for 3.7.0 - #5448
Merged
Conversation
Member
Member
Author
|
Thanks for the look. Building an installer for review isn't worth attempting; what matters is whether it works for me when I need to build release installers. |
Member
|
Yep, but I am interested by the build of the installer on OSX
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This issue covers various changes for the macOS installers provided via python.org for 3.7.0.
Provide a provisional new installer variant for macOS 10.9 and later systems with 64-bit (x86_64) architecture only. Apple has made it known that future versions of macOS will only fully support 64-bit executables and some other third-party software suppliers have chosen 10.9 as their oldest supported system.
Support Tcl/Tk 8.6 with the 10.9 installer variant.
Upgrade OpenSSL to 1.1.0g and SQLite to 3.22.0.
The compiler name used for the interpreter build and for modules built with Distutils / pip is now gcc rather than gcc-4.2. And extension module builds will no longer try to force use of an old SDK if present.
https://bugs.python.org/issue32726