Skip to content

Commit

Permalink
Merge pull request #185 from Ableton/rco/update-python-to-3.12
Browse files Browse the repository at this point in the history
Update Python to v3.12.2
  • Loading branch information
rco-ableton authored Apr 24, 2024
2 parents ed438b4 + 7cab828 commit a1882ac
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.2"},
"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.2

0 comments on commit a1882ac

Please sign in to comment.