Skip to content

Commit 533f5da

Browse files
committed
Update patch for v3.12.0.
1 parent 789a84a commit 533f5da

File tree

3 files changed

+164
-164
lines changed

3 files changed

+164
-164
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ BUILD_NUMBER=custom
3939
# PYTHON_VERSION is the full version number (e.g., 3.10.0b3)
4040
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
4141
# PYTHON_VER is the major/minor version (e.g., 3.10)
42-
PYTHON_VERSION=3.12.0rc3
42+
PYTHON_VERSION=3.12.0
4343
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
4444
PYTHON_VER=$(basename $(PYTHON_VERSION))
4545

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.0rc3**.
7+
**This branch builds a packaged version of Python 3.12.0**.
88
Other Python versions are available by cloning other branches of the main
99
repository:
1010

0 commit comments

Comments
 (0)