From 110fcb81f84d098e76a5b0994666c1a0e1127d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Langa?= Date: Wed, 7 May 2025 18:45:16 +0200 Subject: [PATCH] Add 3.14 branch, update main to 3.15 --- master/custom/__init__.py | 2 +- master/master.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/master/custom/__init__.py b/master/custom/__init__.py index 21c44e960..c827f5ae7 100644 --- a/master/custom/__init__.py +++ b/master/custom/__init__.py @@ -1,4 +1,4 @@ -MAIN_BRANCH_VERSION = "3.14" +MAIN_BRANCH_VERSION = "3.15" # The Git branch is called "main", but we give it a different name in buildbot. # See git_branches in master/master.cfg. MAIN_BRANCH_NAME = "3.x" diff --git a/master/master.cfg b/master/master.cfg index 570169c76..b1ced2ba1 100644 --- a/master/master.cfg +++ b/master/master.cfg @@ -133,6 +133,7 @@ c["workers"] = [w.bb_worker for w in WORKERS] git_url = str(settings.git_url) git_branches = [ (git_url, MAIN_BRANCH_NAME, "main"), + (git_url, "3.14", "3.14"), (git_url, "3.13", "3.13"), (git_url, "3.12", "3.12"), (git_url, "3.11", "3.11"),