Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-32726: macOS installer and framework enhancements and changes for 3.7.0 #5448

Merged
merged 12 commits into from
Jan 30, 2018

Conversation

ned-deily
Copy link
Member

@ned-deily ned-deily commented Jan 30, 2018

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

@ned-deily ned-deily changed the title 3.7.0 macOS installer and framework enhancements and changes bpo-32726: macOS installer and framework enhancements and changes for 3.7.0 Jan 30, 2018
@matrixise
Copy link
Member

seems to be ok but I can't test it because I have a linux system maybe at home on this evening with my mac. what are the process for a build on OSX?

@ned-deily
Copy link
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.

@ned-deily ned-deily merged commit 8c9bb72 into python:master Jan 30, 2018
@ned-deily ned-deily deleted the 37_macos_installer branch January 30, 2018 12:42
@matrixise
Copy link
Member

matrixise commented Jan 30, 2018 via email

@ihnorton
Copy link

provisional new installer variant for macOS 10.9 and later systems with 64-bit (x86_64)

I'd like to make a gentle request for this to be the primary, recommended installer so that the extension ecosystem can definitively standardize on targeting the 10.9 SDK for the 3.7 release cycle. Standardizing on 10.9 would:

A quick look at some stats (1, 2) hints that the share of macOS users on versions < 10.9 is well under 10%, possibly in low single-digits. Though I suppose the most-relevant number may be python.org visitors -- they appear to use google analytics, which provides a breakdown by macOS version...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants