Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ef34a2

Browse files
Yhg1sJulienPalard
authored andcommitted
Update the list of branches for the creation of the 3.12 branch.
1 parent 8881a5f commit 6ef34a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_docs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ class Language:
213213
#
214214
# Please keep the list in reverse-order for ease of editing.
215215
VERSIONS = [
216-
Version("3.12", branch="origin/main", status="in development"),
216+
Version("3.13", branch="origin/main", status="in development"),
217+
Version("3.12", branch="origin/3.12", status="pre-release"),
217218
Version("3.11", branch="origin/3.11", status="stable"),
218219
Version("3.10", branch="origin/3.10", status="stable"),
219220
Version("3.9", branch="origin/3.9", status="security-fixes"),

0 commit comments

Comments
 (0)