From 296a8a197a7fb1c8a2b6232d5c4fc449c97b9cf1 Mon Sep 17 00:00:00 2001 From: Dennis Kliban Date: Wed, 26 Jul 2023 12:28:13 -0400 Subject: [PATCH] Update list of branches to reflect currently supported versions. [noissue] --- .ci/scripts/update_ci_branches.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/scripts/update_ci_branches.py b/.ci/scripts/update_ci_branches.py index ad008d7b..592bb0f9 100755 --- a/.ci/scripts/update_ci_branches.py +++ b/.ci/scripts/update_ci_branches.py @@ -3,7 +3,7 @@ from yaml import safe_load from packaging import version -branches = ["3.26", "3.25", "3.23", "3.21", "3.18", "3.16"] +branches = ["3.28", "3.23", "3.22", "3.21", "3.18", "3.16"] # We use this to check if the version is x,y, like a normal branch. def isfloat(num):