@@ -9,7 +9,6 @@ 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
- * `Python 3.9 <https://github.com/beeware/Python-Apple-support/tree/3.9 >`__
13
12
* `Python 3.10 <https://github.com/beeware/Python-Apple-support/tree/3.10 >`__
14
13
* `Python 3.11 <https://github.com/beeware/Python-Apple-support/tree/3.11 >`__
15
14
@@ -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.9/macOS/Python-3.9-macOS-support.b8.tar.gz
129
- .. _for iOS : https://briefcase-support.s3.amazonaws.com/python/3.9/iOS/Python-3.9-iOS-support.b8.tar.gz
130
- .. _for tvOS : https://briefcase-support.s3.amazonaws.com/python/3.9/tvOS/Python-3.9-tvOS-support.b8.tar.gz
131
- .. _for watchOS : https://briefcase-support.s3.amazonaws.com/python/3.9/watchOS/Python-3.9-watchOS-support.b8.tar.gz
132
-
133
127
Historical support
134
128
------------------
135
129
0 commit comments