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-43568: Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3 #25827

Merged
merged 4 commits into from May 3, 2021

Conversation

@ned-deily
Copy link
Member

@ned-deily ned-deily commented May 2, 2021

Only complain if the config target is >= 10.3 and the current target is
< 10.3. The check was originally added to ensure that incompatible
LDSHARED flags are not used, because -undefined dynamic_lookup is
used when building for 10.3 and later, and is not supported on older OS
versions. Apart from that, there should be no problem in general
with using an older target.

https://bugs.python.org/issue43568

jmroot and others added 4 commits Mar 20, 2021
@ned-deily ned-deily requested a review from python/macos-team as a code owner May 2, 2021
@ned-deily ned-deily merged commit 8703178 into python:master May 3, 2021
12 checks passed
12 checks passed
@github-actions
Docs
Details
@github-actions
Check for source changes
Details
@github-actions
Check if generated files are up to date
Details
@github-actions
Windows (x86)
Details
@github-actions
Windows (x64) Windows (x64)
Details
@github-actions
macOS
Details
@github-actions
Ubuntu
Details
@github-actions
Ubuntu SSL tests with OpenSSL
Details
Azure Pipelines PR #20210502.79 succeeded
Details
@travis-ci
Travis CI - Pull Request Build Passed
Details
@bedevere-bot
bedevere/issue-number Issue number 43568 found
Details
@bedevere-bot
bedevere/news News entry found in Misc/NEWS.d
@ned-deily ned-deily deleted the ned-deily:drop-10.2-mdt branch May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants