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

Skip to content

Commit 9cc9eaa

Browse files
authored
Update for 3.8 branch and 3.9 on master
1 parent efc7a7d commit 9cc9eaa

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
@@ -55,7 +55,8 @@
5555
# version, git branch, isdev
5656
(3.6, "3.6", False),
5757
(3.7, "3.7", False),
58-
(3.8, "master", True),
58+
(3.8, "3.8", True),
59+
(3.9, "master", True),
5960
(2.7, "2.7", False),
6061
]
6162

0 commit comments

Comments
 (0)