Skip to content

Commit 8977ef2

Browse files
committed
Update patch to Python 3.9.20.
1 parent 6264a5e commit 8977ef2

File tree

2 files changed

+27
-3019
lines changed

2 files changed

+27
-3019
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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.9.19
21+
PYTHON_VERSION=3.9.20
2222
PYTHON_PKG_VERSION=3.9.13
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+")

0 commit comments

Comments
 (0)