Skip to content

Commit 92170c7

Browse files
committed
Update to Python 3.10.14.
1 parent 41bca93 commit 92170c7

File tree

2 files changed

+12827
-5646
lines changed

2 files changed

+12827
-5646
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.10.13
19+
PYTHON_VERSION=3.10.14
2020
PYTHON_PKG_VERSION=3.10.11
2121
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
2222
PYTHON_VER=$(basename $(PYTHON_VERSION))

0 commit comments

Comments
 (0)