Update tagger and pip-compile workflow for active stable versions (#3216)

* drop stable-2.17 from pip compile workflow

* remove no longer active versions from tagger
This commit is contained in:
Don Naro
2025-11-06 08:00:23 +00:00
committed by GitHub
parent 11820aa144
commit 96cbcfd4dd
2 changed files with 0 additions and 10 deletions

View File

@@ -42,8 +42,6 @@ ROOT = HERE.parent.parent
DEFAULT_ANSIBLE_CORE_CHECKOUT = ROOT.parent.joinpath("ansible")
DEFAULT_REMOTE = "origin"
DEFAULT_ACTIVE_BRANCHES: tuple[str, ...] = (
"stable-2.16",
"stable-2.17",
"stable-2.18",
"stable-2.19",
"stable-2.20",