@@ -8,25 +8,38 @@ It works by downloading, patching, and building a fat binary of Python and
8
8
selected pre-requisites, and packaging them as static libraries that can be
9
9
included in an Xcode project.
10
10
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:
14
13
15
14
* MacBook
16
15
* iMac
17
16
* 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)
21
23
* Apple TV (4th gen or later)
22
24
* Apple Watch
23
25
24
26
The master branch of this repository has no content; there is an
25
27
independent branch for each supported version of Python. The following
26
28
Python versions are supported:
27
29
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 >`__
30
30
* `Python 3.5 <https://github.com/pybee/Python-Apple-support/tree/3.5 >`__
31
31
* `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