Skip to content

Commit 9058228

Browse files
authored
Add 3.14 branch, update main to 3.15 (#594)
1 parent 69a28fb commit 9058228

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

master/custom/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MAIN_BRANCH_VERSION = "3.14"
1+
MAIN_BRANCH_VERSION = "3.15"
22
# The Git branch is called "main", but we give it a different name in buildbot.
33
# See git_branches in master/master.cfg.
44
MAIN_BRANCH_NAME = "3.x"

master/master.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ c["workers"] = [w.bb_worker for w in WORKERS]
133133
git_url = str(settings.git_url)
134134
git_branches = [
135135
(git_url, MAIN_BRANCH_NAME, "main"),
136+
(git_url, "3.14", "3.14"),
136137
(git_url, "3.13", "3.13"),
137138
(git_url, "3.12", "3.12"),
138139
(git_url, "3.11", "3.11"),

0 commit comments

Comments
 (0)