|
| 1 | +================== |
| 2 | +Supported Versions |
| 3 | +================== |
| 4 | + |
| 5 | +Python Versions |
| 6 | +--------------- |
| 7 | + |
| 8 | +Python Apple Support currently supports Python versions 3.9 to 3.14, inclusive. |
| 9 | + |
| 10 | +Operating Systems |
| 11 | +----------------- |
| 12 | + |
| 13 | +The binaries support x86_64 and arm64 for macOS; arm64 for iOS and appleTV devices; arm64_32 for watchOS devices; and arm64 for visionOS devices. It also supports device simulators on both x86_64 and M1 hardware, except for visionOS, for which x86_64 simulators are officially unsupported. This should enable the code to run on: |
| 14 | + |
| 15 | +- macOS 11 (Big Sur) or later, on: |
| 16 | + |
| 17 | + - MacBook (including MacBooks using Apple Silicon) |
| 18 | + - iMac (including iMacs using Apple Silicon) |
| 19 | + - Mac Mini (including Apple Silicon Mac minis) |
| 20 | + - Mac Studio (all models) |
| 21 | + - Mac Pro (all models) |
| 22 | + |
| 23 | +- iOS 13.0 or later, on: |
| 24 | + |
| 25 | + - iPhone (6s or later) |
| 26 | + - iPad (5th gen or later) |
| 27 | + - iPad Air (all models) |
| 28 | + - iPad Mini (2 or later) |
| 29 | + - iPad Pro (all models) |
| 30 | + - iPod Touch (7th gen or later) |
| 31 | + |
| 32 | +- tvOS 12.0 or later, on: |
| 33 | + |
| 34 | + - Apple TV (4th gen or later) |
| 35 | + |
| 36 | +- watchOS 4.0 or later, on: |
| 37 | + |
| 38 | + - Apple Watch (4th gen or later) |
| 39 | + |
| 40 | +- visionOS 2.0 or later, on: |
| 41 | + |
| 42 | + - Apple Vision Pro |
| 43 | + |
| 44 | +Historical support |
| 45 | +------------------ |
| 46 | + |
| 47 | +The following Python versions were supported in the past, but are no longer |
| 48 | +maintained: |
| 49 | + |
| 50 | +* Python 2.7 (EOL January 2020) |
| 51 | +* Python 3.4 (EOL March 2019) |
| 52 | +* Python 3.5 (EOL February 2021) |
| 53 | +* Python 3.6 (EOL December 2021) |
| 54 | +* Python 3.7 (EOL September 2022) |
| 55 | +* Python 3.8 (EOL October 2024) |
0 commit comments