Skip to content

Commit 5c90b0d

Browse files
committed
Add 3.15 branch, bump main to 3.16
1 parent 932f36a commit 5c90b0d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

master/custom/branches.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@
2323
def generate_branches():
2424
yield BranchInfo(
2525
'3.x',
26-
version_tuple=(3, 15),
26+
version_tuple=(3, 16),
2727
git_branch='main',
2828
is_main=True,
2929
builddir_name='3.x',
3030
builder_tag='3.x',
3131
sort_key=-9999,
3232
)
33+
yield _maintenance_branch(3, 15)
3334
yield _maintenance_branch(3, 14)
3435
yield _maintenance_branch(3, 13)
3536
yield _maintenance_branch(3, 12)

0 commit comments

Comments
 (0)