Skip to content

Commit 1828cce

Browse files
committed
Update Python to 3.9.19.
1 parent db6fd01 commit 1828cce

File tree

2 files changed

+10991
-5507
lines changed

2 files changed

+10991
-5507
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ BUILD_NUMBER=custom
1616
# PYTHON_PKG_VERSION is the version number with binary package releases to use
1717
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
1818
# PYTHON_VER is the major/minor version (e.g., 3.10)
19-
PYTHON_VERSION=3.9.18
19+
PYTHON_VERSION=3.9.19
2020
PYTHON_PKG_VERSION=3.9.13
2121
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
2222
PYTHON_VER=$(basename $(PYTHON_VERSION))

0 commit comments

Comments
 (0)