diff --git a/.github/renovate.json b/.github/renovate.json index 1d90287..5cd3678 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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$"]} diff --git a/.python-version b/.python-version index 56d91d3..92536a9 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.10.12 +3.12.0