@@ -6,7 +6,6 @@ embedded into a macOS, iOS, tvOS, watchOS, or visionOS project.
6
6
** This branch builds a packaged version of Python 3.14** . Other Python
7
7
versions are available by cloning other branches of the main repository:
8
8
9
- - [ Python 3.9] ( https://github.com/beeware/Python-Apple-support/tree/3.9 )
10
9
- [ Python
11
10
3.10] ( https://github.com/beeware/Python-Apple-support/tree/3.10 )
12
11
- [ Python
@@ -29,7 +28,7 @@ packages removed, and the App Store compliance patch applied.
29
28
The iOS, tvOS, watchOS, and visionOS packages compiled by this project
30
29
use the official [ PEP 730] ( https://peps.python.org/pep-0730/ ) code that
31
30
is part of Python 3.13 to provide iOS support; the relevant patches have
32
- been backported to 3.9 -3.12. Additional patches have been applied to add
31
+ been backported to 3.10 -3.12. Additional patches have been applied to add
33
32
tvOS, watchOS, and visionOS support.
34
33
35
34
The binaries support x86_64 and arm64 for macOS; arm64 for iOS and
@@ -38,28 +37,28 @@ devices. It also supports device simulators on both x86_64 and M1
38
37
hardware, except for visionOS, for which x86_64 simulators are
39
38
officially unsupported. This should enable the code to run on:
40
39
41
- - macOS 11 (Big Sur) or later, on:
40
+ - macOS 11 (Big Sur) or later, on:
42
41
- MacBook (including MacBooks using Apple Silicon)
43
42
- iMac (including iMacs using Apple Silicon)
44
43
- Mac Mini (including Apple Silicon Mac minis)
45
44
- Mac Studio (all models)
46
45
- Mac Pro (all models)
47
46
48
- - iOS 13.0 or later, on:
47
+ - iOS 13.0 or later, on:
49
48
- iPhone (6s or later)
50
49
- iPad (5th gen or later)
51
50
- iPad Air (all models)
52
51
- iPad Mini (2 or later)
53
52
- iPad Pro (all models)
54
53
- iPod Touch (7th gen or later)
55
54
56
- - tvOS 12.0 or later, on:
55
+ - tvOS 12.0 or later, on:
57
56
- Apple TV (4th gen or later)
58
57
59
- - watchOS 4.0 or later, on:
58
+ - watchOS 4.0 or later, on:
60
59
- Apple Watch (4th gen or later)
61
60
62
- - visionOS 2.0 or later, on:
61
+ - visionOS 2.0 or later, on:
63
62
- Apple Vision Pro
64
63
65
64
## Quickstart
@@ -166,3 +165,5 @@ maintained:
166
165
(EOL September 2022)
167
166
- [ Python 3.8] ( https://github.com/beeware/Python-Apple-support/tree/3.8 )
168
167
(EOL October 2024)
168
+ - [ Python 3.9] ( https://github.com/beeware/Python-Apple-support/tree/3.9 )
169
+ (EOL October 2025)
0 commit comments