Skip to content

Commit 3638446

Browse files
committed
Bump versions of cpython.
1 parent dfab78b commit 3638446

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build_docs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# version, git branch, isdev
5656
(3.6, "3.6", False),
5757
(3.7, "3.7", False),
58-
(3.8, "3.8", True),
59-
(3.9, "master", True),
60-
(2.7, "2.7", False),
58+
(3.8, "3.8", False),
59+
(3.9, "3.9", True),
60+
(3.10, "master", True),
6161
]
6262

6363
LANGUAGES = ["en", "fr", "ja", "ko", "pt-br", "zh-cn", "zh-tw", "id"]

0 commit comments

Comments
 (0)