We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f1ad8 commit 4e705beCopy full SHA for 4e705be
.github/workflows/pip-compile-dev.yml
@@ -29,6 +29,14 @@ jobs:
29
'pip-compile(tag)'
30
'pip-compile(pip-compile)'
31
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"
40
- base-branch: stable-2.19
41
pr-branch: pip-compile/stable-2.19/dev
42
nox-args: >-
hacking/tagger/tag.py
@@ -46,6 +46,7 @@
46
"stable-2.17",
47
"stable-2.18",
48
"stable-2.19",
49
+ "stable-2.20",
50
)
51
52
0 commit comments