Skip to content

Commit ce48e8b

Browse files
committed
Update patch to Python 3.12.6.
Also includes updates to: - XZ 5.6.2 - OpenSSL 3.0.15
1 parent 3a7f938 commit ce48e8b

File tree

3 files changed

+335
-46167
lines changed

3 files changed

+335
-46167
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ BUILD_NUMBER=custom
1818
# of a release cycle, as official binaries won't be published.
1919
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
2020
# PYTHON_VER is the major/minor version (e.g., 3.10)
21-
PYTHON_VERSION=3.12.4
21+
PYTHON_VERSION=3.12.6
2222
PYTHON_PKG_VERSION=$(PYTHON_VERSION)
2323
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
2424
PYTHON_PKG_MICRO_VERSION=$(shell echo $(PYTHON_PKG_VERSION) | grep -Eo "\d+\.\d+\.\d+")

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Python Apple Support
44
This is a meta-package for building a version of Python that can be embedded
55
into a macOS, iOS, tvOS or watchOS project.
66

7-
**This branch builds a packaged version of Python 3.12.0**.
7+
**This branch builds a packaged version of Python 3.12.6**.
88
Other Python versions are available by cloning other branches of the main
99
repository:
1010

0 commit comments

Comments
 (0)