From 8309faa78df3170d6c3a377aad9f497446254b31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 21:39:46 +0000 Subject: [PATCH] chore(python-version): update python to ~3.14 to v3.14 in all dependant actions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1bb45703..34b52b29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ package-mode = false version = "1.8.1" [tool.poetry.dependencies] -python = "~3.13" # This needs to stay in sync with all CI workflows +python = "~3.14" # This needs to stay in sync with all CI workflows [tool.poetry.group.actions-create_unique_testpypi_version.dependencies] poetry-core = "1.9.1"