Skip to content

Commit

Permalink
Update patch for v3.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Oct 2, 2023
1 parent 789a84a commit 533f5da
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 164 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ BUILD_NUMBER=custom
# PYTHON_VERSION is the full version number (e.g., 3.10.0b3)
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
# PYTHON_VER is the major/minor version (e.g., 3.10)
PYTHON_VERSION=3.12.0rc3
PYTHON_VERSION=3.12.0
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
PYTHON_VER=$(basename $(PYTHON_VERSION))

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Python Apple Support
This is a meta-package for building a version of Python that can be embedded
into a macOS, iOS, tvOS or watchOS project.

**This branch builds a packaged version of Python 3.12.0rc3**.
**This branch builds a packaged version of Python 3.12.0**.
Other Python versions are available by cloning other branches of the main
repository:

Expand Down
Loading

0 comments on commit 533f5da

Please sign in to comment.