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 207110a commit b65dbf5Copy full SHA for b65dbf5
Makefile
@@ -19,7 +19,7 @@ BUILD_NUMBER=custom
19
# of a release cycle, as official binaries won't be published.
20
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
21
# PYTHON_VER is the major/minor version (e.g., 3.10)
22
-PYTHON_VERSION=3.14.0b2
+PYTHON_VERSION=3.14.0rc1
23
PYTHON_PKG_VERSION=$(PYTHON_VERSION)
24
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
25
PYTHON_PKG_MICRO_VERSION=$(shell echo $(PYTHON_PKG_VERSION) | grep -Eo "\d+\.\d+\.\d+")
0 commit comments