Skip to content

Commit 7327475

Browse files
committed
Merge branch 'dev' into 3.9
2 parents d356d7c + aaf2eb8 commit 7327475

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

README.rst

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
Python Apple Support
22
====================
33

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-
84
This is a meta-package for building a version of Python that can be embedded
95
into a macOS, iOS, tvOS or watchOS project.
106

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+
1116
It works by downloading, patching, and building a fat binary of Python and
1217
selected pre-requisites, and packaging them as static libraries that can be
1318
incorporated into an XCode project. The binary modules in the Python standard
@@ -150,3 +155,15 @@ To build these wheels, run:
150155
.. _for iOS: https://briefcase-support.s3.amazonaws.com/python/3.9/iOS/Python-3.9-iOS-support.b8.tar.gz
151156
.. _for tvOS: https://briefcase-support.s3.amazonaws.com/python/3.9/tvOS/Python-3.9-tvOS-support.b8.tar.gz
152157
.. _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

Comments
 (0)