Skip to content

Commit

Permalink
Update patch to Python 3.12.6.
Browse files Browse the repository at this point in the history
Also includes updates to:
- XZ 5.6.2
- OpenSSL 3.0.15
  • Loading branch information
freakboy3742 committed Sep 9, 2024
1 parent 3a7f938 commit 2762c39
Show file tree
Hide file tree
Showing 2 changed files with 334 additions and 46,166 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BUILD_NUMBER=custom
# of a release cycle, as official binaries won't be published.
# 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.12.4
PYTHON_VERSION=3.12.6
PYTHON_PKG_VERSION=$(PYTHON_VERSION)
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+")
Expand Down
Loading

0 comments on commit 2762c39

Please sign in to comment.