Skip to content

Commit

Permalink
3.11.9 was the last macOS binary release.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Sep 9, 2024
1 parent 7d164ce commit f038626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BUILD_NUMBER=custom
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
# PYTHON_VER is the major/minor version (e.g., 3.10)
PYTHON_VERSION=3.11.10
PYTHON_PKG_VERSION=$(PYTHON_VERSION)
PYTHON_PKG_VERSION=3.11.9
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
PYTHON_PKG_MICRO_VERSION=$(shell echo $(PYTHON_PKG_VERSION) | grep -Eo "\d+\.\d+\.\d+")
PYTHON_VER=$(basename $(PYTHON_VERSION))
Expand Down

0 comments on commit f038626

Please sign in to comment.