@@ -4,14 +4,15 @@ Python Apple Support
4
4
This is a meta-package for building a version of Python that can be embedded
5
5
into a macOS, iOS, tvOS or watchOS project.
6
6
7
- **This branch builds a packaged version of Python 3.12 .0 **.
7
+ **This branch builds a packaged version of Python 3.13 .0 **.
8
8
Other Python versions are available by cloning other branches of the main
9
9
repository:
10
10
11
11
* `Python 3.8 <https://github.com/beeware/Python-Apple-support/tree/3.8 >`__
12
12
* `Python 3.9 <https://github.com/beeware/Python-Apple-support/tree/3.9 >`__
13
13
* `Python 3.10 <https://github.com/beeware/Python-Apple-support/tree/3.10 >`__
14
14
* `Python 3.11 <https://github.com/beeware/Python-Apple-support/tree/3.11 >`__
15
+ * `Python 3.12 <https://github.com/beeware/Python-Apple-support/tree/3.12 >`__
15
16
16
17
It works by downloading, patching, and building a fat binary of Python and selected
17
18
pre-requisites, and packaging them as static libraries that can be incorporated into an
@@ -41,10 +42,10 @@ The binaries support x86_64 and arm64 for macOS; arm64 for iOS and appleTV
41
42
devices; and arm64_32 for watchOS. It also supports device simulators on both
42
43
x86_64 and M1 hardware. This should enable the code to run on:
43
44
44
- * macOS 10.15 (Catalina ) or later, on:
45
+ * macOS 11 (Big Sur ) or later, on:
45
46
* MacBook (including MacBooks using Apple Silicon)
46
47
* iMac (including iMacs using Apple Silicon)
47
- * Mac Mini (including M1 Apple Silicon Mac minis)
48
+ * Mac Mini (including Apple Silicon Mac minis)
48
49
* Mac Studio (all models)
49
50
* Mac Pro (all models)
50
51
* iOS 12.0 or later, on:
0 commit comments