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

Skip to content

Commit c006512

Browse files
committed
Stop building 3.6 on a daily basis.
1 parent 9c90244 commit c006512

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build_docs.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Usage:
66
7-
build_docs.py [-h] [-d] [-q] [-b 3.6] [-r BUILD_ROOT] [-w WWW_ROOT]
7+
build_docs.py [-h] [-d] [-q] [-b 3.7] [-r BUILD_ROOT] [-w WWW_ROOT]
88
[--skip-cache-invalidation] [--group GROUP] [--git]
99
[--log-directory LOG_DIRECTORY]
1010
[--languages [fr [fr ...]]]
@@ -53,7 +53,6 @@
5353

5454
BRANCHES = [
5555
# version, git branch, isdev
56-
(3.6, "3.6", False),
5756
(3.7, "3.7", False),
5857
(3.8, "3.8", True),
5958
(3.9, "master", True),

0 commit comments

Comments
 (0)