Skip to content

Commit d4978e3

Browse files
committed
Update patch to 3.13.0rc1
1 parent 119732a commit d4978e3

File tree

2 files changed

+109
-386
lines changed

2 files changed

+109
-386
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ BUILD_NUMBER=custom
1515
# PYTHON_VERSION is the full version number (e.g., 3.10.0b3)
1616
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
1717
# PYTHON_VER is the major/minor version (e.g., 3.10)
18-
PYTHON_VERSION=3.13.0b4
18+
PYTHON_VERSION=3.13.0rc1
1919
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
2020
PYTHON_VER=$(basename $(PYTHON_VERSION))
2121

0 commit comments

Comments
 (0)