From 3addbf38535a73eab39da309d84b4a7364cff0cb Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Mon, 4 May 2026 17:31:36 -0500 Subject: [PATCH] Revert to '3.x' rather than 'main' to unbreak the release dashboard --- master/custom/branches.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/master/custom/branches.py b/master/custom/branches.py index 22bbed3e..8fffe6d0 100644 --- a/master/custom/branches.py +++ b/master/custom/branches.py @@ -22,12 +22,12 @@ def generate_branches(): yield BranchInfo( - 'main', + '3.x', version_tuple=(3, 15), git_branch='main', is_main=True, - builddir_name='main', - builder_tag='main', + builddir_name='3.x', + builder_tag='3.x', sort_key=-9999, ) yield _maintenance_branch(3, 14)