We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ae7c1 commit 52c4396Copy full SHA for 52c4396
Makefile
@@ -39,7 +39,7 @@ BUILD_NUMBER=custom
39
# PYTHON_VERSION is the full version number (e.g., 3.10.0b3)
40
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
41
# PYTHON_VER is the major/minor version (e.g., 3.10)
42
-PYTHON_VERSION=3.11.5
+PYTHON_VERSION=3.11.6
43
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
44
PYTHON_VER=$(basename $(PYTHON_VERSION))
45
0 commit comments