Skip to content

Commit aaf2eb8

Browse files
committed
Modify README to serve as a generic landing page.
1 parent 8b03b6e commit aaf2eb8

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed

README.rst

Lines changed: 25 additions & 8 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.11.0b1**.
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.11.0rc1**.
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
@@ -146,7 +151,19 @@ To build these wheels, run:
146151
* `make wheels-tvOS` to build all the tvOS wheels
147152
* `make wheels-watchOS` to build all the watchOS wheels
148153

149-
.. _for macOS: https://briefcase-support.s3.amazonaws.com/python/3.11/macOS/Python-3.11-macOS-support.b1.tar.gz
150-
.. _for iOS: https://briefcase-support.s3.amazonaws.com/python/3.11/iOS/Python-3.11-iOS-support.b1.tar.gz
151-
.. _for tvOS: https://briefcase-support.s3.amazonaws.com/python/3.11/tvOS/Python-3.11-tvOS-support.b1.tar.gz
152-
.. _for watchOS: https://briefcase-support.s3.amazonaws.com/python/3.11/watchOS/Python-3.11-watchOS-support.b1.tar.gz
154+
.. _for macOS: https://briefcase-support.s3.amazonaws.com/python/3.11/macOS/Python-3.11-macOS-support.b0.tar.gz
155+
.. _for iOS: https://briefcase-support.s3.amazonaws.com/python/3.11/iOS/Python-3.11-iOS-support.b0.tar.gz
156+
.. _for tvOS: https://briefcase-support.s3.amazonaws.com/python/3.11/tvOS/Python-3.11-tvOS-support.b0.tar.gz
157+
.. _for watchOS: https://briefcase-support.s3.amazonaws.com/python/3.11/watchOS/Python-3.11-watchOS-support.b0.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)