Skip to content

Commit

Permalink
update pip compile dev workflow for 2.18 (#2130)
Browse files Browse the repository at this point in the history
* update pip compile dev workflow for 2.18

* add maintainer docs about updating the workflow
  • Loading branch information
oraNod authored Nov 12, 2024
1 parent 72cb750 commit 8a81cd5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pip-compile-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand All @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8a81cd5

Please sign in to comment.