Skip to content

Commit 30b9803

Browse files
committed
Hello Python 3.12!
1 parent 6b130d2 commit 30b9803

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

build_docs.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,19 @@ def __gt__(self, other):
196196
# Please keep the list in reverse-order for ease of editing.
197197
VERSIONS = [
198198
Version(
199-
"3.11",
199+
"3.12",
200200
branch="origin/main",
201201
status="in development",
202202
sphinx_version="4.5.0",
203203
sphinxopts=["-j4"],
204204
),
205+
Version(
206+
"3.11",
207+
branch="origin/3.11",
208+
status="pre-release",
209+
sphinx_version="4.5.0",
210+
sphinxopts=["-j4"],
211+
),
205212
Version(
206213
"3.10",
207214
branch="origin/3.10",

0 commit comments

Comments
 (0)