Skip to content
Snippets Groups Projects
Unverified Commit 5e42daeb authored by Leon Linhart's avatar Leon Linhart Committed by GitHub
Browse files

docs: Use a PEP440-compliant version constraint in pip-compile documentation (#19855)

parent 2c70a5d2
No related branches found
No related tags found
No related merge requests found
......@@ -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"
}
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment