update pip compile dev workflow for 2.18 (#2130)

* update pip compile dev workflow for 2.18

* add maintainer docs about updating the workflow
This commit is contained in:
Don Naro
2024-11-12 21:03:06 +00:00
committed by GitHub
parent 72cb750ac9
commit 8a81cd5081
2 changed files with 11 additions and 7 deletions

View File

@@ -27,6 +27,13 @@ jobs:
'pip-compile-3.11(static)'
'pip-compile-3.11(spelling)'
'pip-compile-3.11(tag)'
- base-branch: stable-2.18
pr-branch: pip-compile/stable-2.18/dev
nox-args: >-
-e 'pip-compile-3.11(formatters)'
'pip-compile-3.11(typing)'
'pip-compile-3.11(static)'
'pip-compile-3.11(spelling)'
- base-branch: stable-2.17
pr-branch: pip-compile/stable-2.17/dev
nox-args: >-
@@ -48,13 +55,6 @@ jobs:
'pip-compile-3.10(typing)'
'pip-compile-3.10(static)'
'pip-compile-3.10(spelling)'
- base-branch: stable-2.14
pr-branch: pip-compile/stable-2.14/dev
nox-args: >-
-e 'pip-compile-3.10(formatters)'
'pip-compile-3.10(typing)'
'pip-compile-3.10(static)'
'pip-compile-3.10(spelling)'
name: "Refresh dev dependencies"
uses: ./.github/workflows/reusable-pip-compile.yml
with:

View File

@@ -68,6 +68,10 @@ Next, remove references to the tagger dependencies as follows:
3. Open `noxfile.py` and remove `"hacking/tagger/tag.py",` from the `LINT_FILES` tuple.
### Updating the pip compile dev workflow
Update the `.github/workflows/pip-compile-dev.yml` workflow so that it includes the new stable branch and drops the oldest branch.
### Update Python versions in the support matrix
The minimum supported Python version changes with each Ansible core version.