Skip to content

Commit 4e705be

Browse files
authored
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.
1 parent 88f1ad8 commit 4e705be

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/pip-compile-dev.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ jobs:
2929
'pip-compile(tag)'
3030
'pip-compile(pip-compile)'
3131
python-versions: "3.12"
32+
- base-branch: stable-2.20
33+
pr-branch: pip-compile/stable-2.20/dev
34+
nox-args: >-
35+
-e 'pip-compile(formatters)'
36+
'pip-compile(typing)'
37+
'pip-compile(static)'
38+
'pip-compile(spelling)'
39+
python-versions: "3.12"
3240
- base-branch: stable-2.19
3341
pr-branch: pip-compile/stable-2.19/dev
3442
nox-args: >-

hacking/tagger/tag.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"stable-2.17",
4747
"stable-2.18",
4848
"stable-2.19",
49+
"stable-2.20",
4950
)
5051

5152

0 commit comments

Comments
 (0)