From 96cbcfd4dd12a790c5122aa391555b63506bdb02 Mon Sep 17 00:00:00 2001 From: Don Naro Date: Thu, 6 Nov 2025 08:00:23 +0000 Subject: [PATCH] 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 --- .github/workflows/pip-compile-dev.yml | 8 -------- hacking/tagger/tag.py | 2 -- 2 files changed, 10 deletions(-) diff --git a/.github/workflows/pip-compile-dev.yml b/.github/workflows/pip-compile-dev.yml index a828e9bdf5..1557da34aa 100644 --- a/.github/workflows/pip-compile-dev.yml +++ b/.github/workflows/pip-compile-dev.yml @@ -53,14 +53,6 @@ jobs: 'pip-compile(static)' 'pip-compile(spelling)' python-versions: "3.11" - - base-branch: stable-2.17 - pr-branch: pip-compile/stable-2.17/dev - nox-args: >- - -e 'pip-compile(formatters)' - 'pip-compile(typing)' - 'pip-compile(static)' - 'pip-compile(spelling)' - python-versions: "3.10" name: "Refresh dev dependencies" uses: ./.github/workflows/reusable-pip-compile.yml with: diff --git a/hacking/tagger/tag.py b/hacking/tagger/tag.py index 80a01a82d6..436d1578bd 100755 --- a/hacking/tagger/tag.py +++ b/hacking/tagger/tag.py @@ -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",