|
1 | 1 | Python Apple Support
|
2 | 2 | ====================
|
3 | 3 |
|
4 |
| -**This repository branch builds a packaged version of Python 3.9.14**. |
5 |
| -Other Python versions are available by cloning other branches of the main |
6 |
| -repository. |
7 |
| - |
8 | 4 | This is a meta-package for building a version of Python that can be embedded
|
9 | 5 | into a macOS, iOS, tvOS or watchOS project.
|
10 | 6 |
|
| 7 | +**This branch builds a packaged version of Python 3.9.14**. |
| 8 | +Other Python versions are available by cloning other branches of the main |
| 9 | +repository: |
| 10 | + |
| 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 | +* `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 | + |
11 | 16 | It works by downloading, patching, and building a fat binary of Python and
|
12 | 17 | selected pre-requisites, and packaging them as static libraries that can be
|
13 | 18 | incorporated into an XCode project. The binary modules in the Python standard
|
@@ -150,3 +155,15 @@ To build these wheels, run:
|
150 | 155 | .. _for iOS: https://briefcase-support.s3.amazonaws.com/python/3.9/iOS/Python-3.9-iOS-support.b8.tar.gz
|
151 | 156 | .. _for tvOS: https://briefcase-support.s3.amazonaws.com/python/3.9/tvOS/Python-3.9-tvOS-support.b8.tar.gz
|
152 | 157 | .. _for watchOS: https://briefcase-support.s3.amazonaws.com/python/3.9/watchOS/Python-3.9-watchOS-support.b8.tar.gz
|
| 158 | + |
| 159 | +Historical support |
| 160 | +------------------ |
| 161 | + |
| 162 | +The following versions were supported in the past, but are no longer |
| 163 | +maintained: |
| 164 | + |
| 165 | +* `Python 2.7 <https://github.com/beeware/Python-Apple-support/tree/2.7>`__ (EOL January 2020) |
| 166 | +* `Python 3.4 <https://github.com/beeware/Python-Apple-support/tree/3.4>`__ (EOL March 2019) |
| 167 | +* `Python 3.5 <https://github.com/beeware/Python-Apple-support/tree/3.5>`__ (EOL February 2021) |
| 168 | +* `Python 3.6 <https://github.com/beeware/Python-Apple-support/tree/3.6>`__ (EOL December 2021) |
| 169 | +* `Python 3.7 <https://github.com/beeware/Python-Apple-support/tree/3.7>`__ (EOL September 2022) |
0 commit comments