Skip to content

Commit dec64e8

Browse files
committed
Updated available versions.
1 parent 85d8e20 commit dec64e8

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

README.rst

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,38 @@ It works by downloading, patching, and building a fat binary of Python and
88
selected pre-requisites, and packaging them as static libraries that can be
99
included in an Xcode project.
1010

11-
The binaries support the ``$(ARCHS_STANDARD)`` set - that is, x86_64 for
12-
macOS, armv7 and arm64 for iOS devices, arm64 for AppleTV devices, and armv7k
13-
for watchOS. This should enable the code to run on:
11+
The binaries support x86_64 for macOS; arm64 for iOS and appleTV devices;
12+
and armv7k for watchOS. This should enable the code to run on:
1413

1514
* MacBook
1615
* iMac
1716
* Mac Pro
18-
* iPhone (4s or later)
19-
* iPad
20-
* iPod Touch (4th gen or later)
17+
* iPhone (5s or later)
18+
* iPad (5th gen or later)
19+
* iPad Air (all models)
20+
* iPad Mini (2 or later)
21+
* iPad Pro (all models)
22+
* iPod Touch (6th gen or later)
2123
* Apple TV (4th gen or later)
2224
* Apple Watch
2325

2426
The master branch of this repository has no content; there is an
2527
independent branch for each supported version of Python. The following
2628
Python versions are supported:
2729

28-
* `Python 2.7 <https://github.com/pybee/Python-Apple-support/tree/2.7>`__
29-
* `Python 3.4 <https://github.com/pybee/Python-Apple-support/tree/3.4>`__
3030
* `Python 3.5 <https://github.com/pybee/Python-Apple-support/tree/3.5>`__
3131
* `Python 3.6 <https://github.com/pybee/Python-Apple-support/tree/3.6>`__
32-
.. * `Python 3.7 <https://github.com/pybee/Python-Apple-support/tree/3.7>`__
32+
* `Python 3.7 <https://github.com/pybee/Python-Apple-support/tree/3.7>`__
33+
* `Python 3.8 <https://github.com/pybee/Python-Apple-support/tree/3.8>`__
34+
35+
Suggestions for changes should be made against the `dev branch
36+
<https://github.com/beeware/Python-Apple-support/tree/dev>`__; these
37+
will then be backported into the supported Python releases. The dev branch will
38+
track the most recent supported version of Python (currently, Python 3.8).
39+
40+
See the individual branches for usage instructions.
41+
42+
The following versions were supported in the past, but are no longer
43+
maintained:
44+
* `Python 2.7 <https://github.com/pybee/Python-Apple-support/tree/2.7>`__ (EOL January 2020)
45+
* `Python 3.4 <https://github.com/pybee/Python-Apple-support/tree/3.4>`__ (EOL March 2019)

0 commit comments

Comments
 (0)