Skip to content

Commit 857c819

Browse files
committed
Update patch for Python 3.9.13.
1 parent 543d872 commit 857c819

File tree

3 files changed

+27
-8889
lines changed

3 files changed

+27
-8889
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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.9.12
42+
PYTHON_VERSION=3.9.13
4343
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
4444
PYTHON_VER=$(basename $(PYTHON_VERSION))
4545

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python Apple Support
22
====================
33

4-
**This repository branch builds a packaged version of Python 3.9.12**.
4+
**This repository branch builds a packaged version of Python 3.9.13**.
55
Other Python versions are available by cloning other branches of the main
66
repository.
77

0 commit comments

Comments
 (0)