File tree Expand file tree Collapse file tree 3 files changed +115
-147
lines changed Expand file tree Collapse file tree 3 files changed +115
-147
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ BUILD_NUMBER=custom
18
18
# of a release cycle, as official binaries won't be published.
19
19
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
20
20
# PYTHON_VER is the major/minor version (e.g., 3.10)
21
- PYTHON_VERSION =3.14.0a2
21
+ PYTHON_VERSION =3.13.1
22
22
PYTHON_PKG_VERSION =$(PYTHON_VERSION )
23
23
PYTHON_MICRO_VERSION =$(shell echo $(PYTHON_VERSION ) | grep -Eo "\d+\.\d+\.\d+")
24
24
PYTHON_PKG_MICRO_VERSION =$(shell echo $(PYTHON_PKG_VERSION ) | grep -Eo "\d+\.\d+\.\d+")
Original file line number Diff line number Diff line change @@ -4,15 +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.14 **.
7
+ **This branch builds a packaged version of Python 3.13 **.
8
8
Other Python versions are available by cloning other branches of the main
9
9
repository:
10
10
11
11
* `Python 3.9 <https://github.com/beeware/Python-Apple-support/tree/3.9 >`__
12
12
* `Python 3.10 <https://github.com/beeware/Python-Apple-support/tree/3.10 >`__
13
13
* `Python 3.11 <https://github.com/beeware/Python-Apple-support/tree/3.11 >`__
14
14
* `Python 3.12 <https://github.com/beeware/Python-Apple-support/tree/3.12 >`__
15
- * `Python 3.13 <https://github.com/beeware/Python-Apple-support/tree/3.13 >`__
15
+ * `Python 3.14 <https://github.com/beeware/Python-Apple-support/tree/3.14 >`__
16
16
17
17
It works by downloading, patching, and building a fat binary of Python and
18
18
selected pre-requisites, and packaging them as frameworks that can be
You can’t perform that action at this time.
0 commit comments