Skip to content

Commit

Permalink
Update to Python 3.10.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Aug 5, 2024
1 parent 41bca93 commit 92170c7
Show file tree
Hide file tree
Showing 2 changed files with 12,827 additions and 5,646 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BUILD_NUMBER=custom
# PYTHON_PKG_VERSION is the version number with binary package releases to use
# 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.10.13
PYTHON_VERSION=3.10.14
PYTHON_PKG_VERSION=3.10.11
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
PYTHON_VER=$(basename $(PYTHON_VERSION))
Expand Down
Loading

0 comments on commit 92170c7

Please sign in to comment.