Skip to content

Commit 52c4396

Browse files
committed
Bumped Python to 3.11.6.
Also includes fix for platform.processor() issue.
1 parent 83ae7c1 commit 52c4396

File tree

2 files changed

+54
-54
lines changed

2 files changed

+54
-54
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.11.5
42+
PYTHON_VERSION=3.11.6
4343
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
4444
PYTHON_VER=$(basename $(PYTHON_VERSION))
4545

0 commit comments

Comments
 (0)