Skip to content

Commit

Permalink
docs: Use a PEP440-compliant version constraint in pip-compile docume…
Browse files Browse the repository at this point in the history
…ntation (#19855)
  • Loading branch information
TheMrMilchmann committed Jan 16, 2023
1 parent 2c70a5d commit 5e42dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/pip-compile/readme.md
Expand Up @@ -35,7 +35,7 @@ To get Renovate to use another version of Python, add a constraints` rule to the
```json
{
"constraints": {
"python": "3.7"
"python": "==3.7"
}
}
```
Expand Down

0 comments on commit 5e42dae

Please sign in to comment.