Add stable-2.20 to tagger and pip-compile-dev workflow (#3074)

* Add stable-2.20 to tagger.

* Add stable-2.20 to pip-compile-dev workflow.
This commit is contained in:
Felix Fontein
2025-09-24 18:55:41 +02:00
committed by GitHub
parent 88f1ad8e94
commit 4e705bed74
2 changed files with 9 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ DEFAULT_ACTIVE_BRANCHES: tuple[str, ...] = (
"stable-2.17",
"stable-2.18",
"stable-2.19",
"stable-2.20",
)