Skip to content

Apply macos changes from CPython - #101

Merged
jaraco merged 4 commits into
mainfrom
macos-buildext-tests
Dec 30, 2021
Merged

Apply macos changes from CPython#101
jaraco merged 4 commits into
mainfrom
macos-buildext-tests

Conversation

@jaraco

@jaraco jaraco commented Dec 30, 2021

Copy link
Copy Markdown
Member

Closes #100.

jaraco and others added 4 commits December 29, 2021 17:24
Co-authored-by:  Lawrence D’Anna <lawrence_danna@apple.com>

* Add support for macOS 11 and Apple Silicon (aka arm64)
   
  As a side effect of this work use the system copy of libffi on macOS, and remove the vendored copy

* Support building on recent versions of macOS while deploying to older versions

  This allows building installers on macOS 11 while still supporting macOS 10.9.
macOS releases numbering has changed as of macOS 11 Big Sur.  Previously, major releases were of the form 10.x, 10.x+1, 10.x+2, etc; as of Big Sur, they are now x, x+1, etc, so, for example, 10.15, 10.15.1, ..., 10.15.7, 11, 11.0.1, 11.1, ..., 12, 12.1, etc. Allow Python to build with single-digit deployment target values. Patch provided by FX Coudert.
…a string (GH-24341)

* bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string
@jaraco
jaraco merged commit 34f2db5 into main Dec 30, 2021
@jaraco
jaraco deleted the macos-buildext-tests branch December 30, 2021 16:20
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.

Tests fail on Python 3.8.10 where MACOSX_DEPLOYMENT_TARGET=11

3 participants