Skip to content

Commit f038626

Browse files
committed
3.11.9 was the last macOS binary release.
1 parent 7d164ce commit f038626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ BUILD_NUMBER=custom
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)
2121
PYTHON_VERSION=3.11.10
22-
PYTHON_PKG_VERSION=$(PYTHON_VERSION)
22+
PYTHON_PKG_VERSION=3.11.9
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+")
2525
PYTHON_VER=$(basename $(PYTHON_VERSION))

0 commit comments

Comments
 (0)