Skip to content

Commit fe870f8

Browse files
authored
Update mk-download-page-from-github.py (#38)
v7 was released a year ago v6 no longer supported since v7
1 parent fe72552 commit fe870f8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

release/mk-download-page-from-github.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#!/usr/bin/env python3
22

3-
SUPPORTED_VERSIONS=[6]
4-
BETA_VERSIONS=[7]
3+
# TODO: use version number syntax to determine these values
4+
# latest version with X.Y release == supported, any with only X.Y.Z == beta
5+
SUPPORTED_VERSIONS=[7]
6+
BETA_VERSIONS=[8]
57

68
from subprocess import check_output
79
import json

0 commit comments

Comments
 (0)