11Python Apple Support
22====================
33
4- **This repository branch builds a packaged version of Python 3.8.9 **.
4+ **This repository branch builds a packaged version of Python 3.8.11 **.
55Other Python versions are available by cloning other branches of the main
66repository.
77
@@ -12,11 +12,11 @@ It works by downloading, patching, and building a fat binary of Python and
1212selected pre-requisites, and packaging them as static libraries that can be
1313incorporated into an XCode project.
1414
15- The binaries support x86_64 for macOS; arm64 for iOS and appleTV devices;
16- and armv7k for watchOS. This should enable the code to run on:
15+ The binaries support x86_64 and arm64 for macOS; arm64 for iOS and appleTV
16+ devices; and armv7k for watchOS. This should enable the code to run on:
1717
18- * MacBook
19- * iMac
18+ * MacBook (including MacBooks using Apple Silicon)
19+ * iMac (including iMacs using Apple Silicon)
2020* Mac Pro
2121* iPhone (5s or later)
2222* iPad (5th gen or later)
@@ -71,7 +71,7 @@ to build a specific package; or, to build all supported packages::
7171For details on how to add these binary packages to your project, see the
7272package-specific documentation linked above.
7373
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
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
0 commit comments