Skip to content

Commit

Permalink
Update Python to v3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rco-ableton committed Nov 20, 2023
1 parent 8b2cfc7 commit d6c001b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"constraints": {"python": "3.10.12"},
"constraints": {"python": "3.12.0"},
"extends": ["config:base"],
"enabledManagers": ["ansible-galaxy", "pip-compile"],
"pip-compile": {"fileMatch": ["^requirements-dev\\.in$"]}
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10.12
3.12.0

0 comments on commit d6c001b

Please sign in to comment.