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

[3.8] bpo-41100: Support building with new macOS SDK (GH-22855) #26474

Closed
wants to merge 1 commit into from

Conversation

isuruf
Copy link
Contributor

@isuruf isuruf commented May 31, 2021

GH-25806 was a python 3.8 backport of GH-22855 to support macOS 11,
but didn't backport the changes that enabled building python
with a new macOS SDK and target an older macOS version.
This commit adds support for that.

I'm not sure if the title is correct. It's supposed to have the title from the original PR, but that doesn't seem appropriate here.

https://bugs.python.org/issue41100

pythonGH-25806 was a python 3.8 backport of pythonGH-22855 to support macOS 11,
but didn't backport the changes that enabled building python
with a new macOS SDK and target an older macOS version.
This commit adds support for that.
@ned-deily
Copy link
Member

Thank you for submitting the PR. Unfortunately, Python 3.8 has now entered the security-fix-only phase of its life cycle, meaning that only security fixes are accepted for it. The subset of changes that were backported to 3.8 to support macOS 11 were deliberately kept simple to minimize the risk of disruptions so late in its life cycle.

@ned-deily ned-deily closed this Jun 1, 2021
@isuruf
Copy link
Contributor Author

isuruf commented Jun 1, 2021

Thanks for the info

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

Successfully merging this pull request may close these issues.

None yet

4 participants