We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb3316 commit 5ca1c79Copy full SHA for 5ca1c79
Makefile
@@ -18,7 +18,7 @@ BUILD_NUMBER=custom
18
# of a release cycle, as official binaries won't be published.
19
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
20
# PYTHON_VER is the major/minor version (e.g., 3.10)
21
-PYTHON_VERSION=3.14.0a2
+PYTHON_VERSION=3.14.0a3
22
PYTHON_PKG_VERSION=$(PYTHON_VERSION)
23
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
24
PYTHON_PKG_MICRO_VERSION=$(shell echo $(PYTHON_PKG_VERSION) | grep -Eo "\d+\.\d+\.\d+")
0 commit comments