From d6c001b4c7d1c2f349ca67dd37c0c99911f80521 Mon Sep 17 00:00:00 2001 From: rco Date: Mon, 20 Nov 2023 15:54:48 +0000 Subject: [PATCH] Update Python to v3.12.0 --- .github/renovate.json | 2 +- .python-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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