@@ -4,14 +4,13 @@ Python Apple Support
4
4
This is a meta-package for building a version of Python that can be embedded
5
5
into a macOS, iOS, tvOS or watchOS project.
6
6
7
- **This branch builds a packaged version of Python 3.11.0 **.
7
+ **This branch builds a packaged version of Python 3.11.5 **.
8
8
Other Python versions are available by cloning other branches of the main
9
9
repository:
10
10
11
11
* `Python 3.8 <https://github.com/beeware/Python-Apple-support/tree/3.8 >`__
12
12
* `Python 3.9 <https://github.com/beeware/Python-Apple-support/tree/3.9 >`__
13
13
* `Python 3.10 <https://github.com/beeware/Python-Apple-support/tree/3.10 >`__
14
- * `Python 3.11 <https://github.com/beeware/Python-Apple-support/tree/3.11 >`__
15
14
16
15
It works by downloading, patching, and building a fat binary of Python and
17
16
selected pre-requisites, and packaging them as static libraries that can be
@@ -64,8 +63,8 @@ The easist way to use these packages is by creating a project with `Briefcase
64
63
versions of these support packages, and add them to an XCode project (or
65
64
pre-build stub application, in the case of macOS).
66
65
67
- Pre-built versions of the frameworks can be downloaded ` for macOS `_, ` for
68
- iOS `_, ` for tvOS `_, and ` for watchOS `_, and added to your project.
66
+ Pre-built versions of the frameworks can be downloaded from the ` Github releases page
67
+ <https://github.com/beeware/Python-Apple-support/releases> `__ and added to your project.
69
68
70
69
Alternatively, to build the frameworks on your own, download/clone this
71
70
repository, and then in the root directory, and run:
@@ -125,11 +124,6 @@ To build these wheels, run:
125
124
* `make wheels-tvOS ` to build all the tvOS wheels
126
125
* `make wheels-watchOS ` to build all the watchOS wheels
127
126
128
- .. _for macOS : https://briefcase-support.s3.amazonaws.com/python/3.11/macOS/Python-3.11-macOS-support.b1.tar.gz
129
- .. _for iOS : https://briefcase-support.s3.amazonaws.com/python/3.11/iOS/Python-3.11-iOS-support.b1.tar.gz
130
- .. _for tvOS : https://briefcase-support.s3.amazonaws.com/python/3.11/tvOS/Python-3.11-tvOS-support.b1.tar.gz
131
- .. _for watchOS : https://briefcase-support.s3.amazonaws.com/python/3.11/watchOS/Python-3.11-watchOS-support.b1.tar.gz
132
-
133
127
Historical support
134
128
------------------
135
129
0 commit comments