8000 Merge pull request #40 from ned-deily/patch-2 · python/docsbuild-scripts@a4ce3f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit a4ce3f5

Browse files
authored
Merge pull request #40 from ned-deily/patch-2
Update for 3.7 branch creation and start of 3.8
2 parents 9eb4e1a + 1c59a1a commit a4ce3f5

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
@@ -41,7 +41,8 @@
4141
BRANCHES = [
4242
# version, git branch, isdev
4343
(3.6, '3.6', False),
44-
(3.7, 'master', True),
44+
(3.7, '3.7', True),
45+
(3.8, 'master', True),
4546
(2.7, '2.7', False)
4647
]
4748

0 commit comments

Comments
 (0)
0