Skip to content

Commit 8619446

Browse files
committed
Merge remote-tracking branch 'origin/dev' into inlcude-curses
2 parents f1f1790 + b0d860c commit 8619446

19 files changed

+2464
-31489
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,6 @@ jobs:
6969
env:
7070
BUILD_NUMBER: ${{ env.BUILD_NUMBER }}
7171
run: |
72-
# 2020-05-29: The iOS 13.4 SDK changed the implementation of FD_SET
73-
# to use a weak linked symbol (__darwin_check_fd_set_overflow).
74-
# This means any support package built against that SDK is incompatible
75-
# with linking against an earlier SDK.
76-
# However, you can't get the iOS 13.4 SDK on macOS Mojave (10.14),
77-
# because the latest XCode supported on Mojave (11.3.1) only provided
78-
# SDK 13.2.
79-
# So: We force the use of XCode 11.3.1, which ships with the 13.2 SDK.
80-
# For a list of SDKs available on Github Actions, see:
81-
# https://github.com/actions/virtual-environments/blob/master/images/macos/macos-10.15-Readme.md
82-
sudo xcode-select --switch /Applications/Xcode_11.3.1.app
83-
8472
# 2020-06-24: The Homebrew copy of gettext leaks into the macOS build
8573
# if it is present. Uninstall gettext to make sure that doesn't happen.
8674
# 2021-01-02: Uninstall curl as well. We need curl to download the

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ build/*
66
downloads/*
77
diff/*
88
dist/*
9-
.env
9+
.envrc
10+
.vscode/
11+
local/*

Makefile

Lines changed: 168 additions & 60 deletions
Large diffs are not rendered by default.

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python Apple Support
22
====================
33

4-
**This repository branch builds a packaged version of Python 3.8.3**.
4+
**This repository branch builds a packaged version of Python 3.9.1**.
55
Other Python versions are available by cloning other branches of the main
66
repository.
77

@@ -71,7 +71,7 @@ to build a specific package; or, to build all supported packages::
7171
For details on how to add these binary packages to your project, see the
7272
package-specific documentation linked above.
7373

74-
.. _for macOS: https://briefcase-support.org/python?platform=macOS&version=3.8
75-
.. _for iOS: https://briefcase-support.org/python?platform=iOS&version=3.8
76-
.. _for tvOS: https://briefcase-support.org/python?platform=tvOS&version=3.8
77-
.. _for watchOS: https://briefcase-support.org/python?platform=watchOS&version=3.8
74+
.. _for macOS: https://briefcase-support.org/python?platform=macOS&version=3.9
75+
.. _for iOS: https://briefcase-support.org/python?platform=iOS&version=3.9
76+
.. _for tvOS: https://briefcase-support.org/python?platform=tvOS&version=3.9
77+
.. _for watchOS: https://briefcase-support.org/python?platform=watchOS&version=3.9

0 commit comments

Comments
 (0)