1
1
Python Apple Support
2
2
====================
3
3
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 **.
5
5
Other Python versions are available by cloning other branches of the main
6
6
repository.
7
7
@@ -12,11 +12,11 @@ It works by downloading, patching, and building a fat binary of Python and
12
12
selected pre-requisites, and packaging them as static libraries that can be
13
13
incorporated into an XCode project.
14
14
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:
17
17
18
- * MacBook
19
- * iMac
18
+ * MacBook (including MacBooks using Apple Silicon)
19
+ * iMac (including iMacs using Apple Silicon)
20
20
* Mac Pro
21
21
* iPhone (5s or later)
22
22
* iPad (5th gen or later)
@@ -71,7 +71,7 @@ to build a specific package; or, to build all supported packages::
71
71
For details on how to add these binary packages to your project, see the
72
72
package-specific documentation linked above.
73
73
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