Skip to content

Commit

Permalink
Bumped Python to 3.11.6.
Browse files Browse the repository at this point in the history
Also includes fix for platform.processor() issue.
  • Loading branch information
freakboy3742 committed Oct 4, 2023
1 parent 83ae7c1 commit 52c4396
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ BUILD_NUMBER=custom
# PYTHON_VERSION is the full version number (e.g., 3.10.0b3)
# 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.5
PYTHON_VERSION=3.11.6
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
PYTHON_VER=$(basename $(PYTHON_VERSION))

Expand Down
Loading

0 comments on commit 52c4396

Please sign in to comment.