Skip to content

Commit

Permalink
fix: update default python version
Browse files Browse the repository at this point in the history
  • Loading branch information
cl3m0 committed Jun 6, 2024
1 parent 0f5c37d commit 1d1a74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"dependencyDashboardHeader": "Uses https://github.com/bettermarks/renovate-config#python \nPR that have automerge enabled [might be approved automatically](https://github.com/bettermarks/approve-dependency-pr#readme)",
"constraints": {
"python": "3.6"
"python": "==3.8"
},
"pip-compile": {
"fileMatch": ["(^|/)requirements(-.*)?\\.in$"]
Expand Down

0 comments on commit 1d1a74b

Please sign in to comment.