From 93159d55dc49c719e711127b28d410964bddbed6 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Thu, 18 Dec 2025 14:12:31 +1300 Subject: [PATCH] Update mk-download-page-from-github.py v7 was released a year ago v6 no longer supported since v7 --- release/mk-download-page-from-github.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/release/mk-download-page-from-github.py b/release/mk-download-page-from-github.py index a8d596c..6526a5e 100755 --- a/release/mk-download-page-from-github.py +++ b/release/mk-download-page-from-github.py @@ -1,7 +1,9 @@ #!/usr/bin/env python3 -SUPPORTED_VERSIONS=[6] -BETA_VERSIONS=[7] +# TODO: use version number syntax to determine these values +# latest version with X.Y release == supported, any with only X.Y.Z == beta +SUPPORTED_VERSIONS=[7] +BETA_VERSIONS=[8] from subprocess import check_output import json