From cc9fe65a7a6725bc02f591ccf09cb989780741fc Mon Sep 17 00:00:00 2001 From: "renovatebotcpg[bot]" <183319693+renovatebotcpg[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 00:26:51 +0000 Subject: [PATCH] chore(deps): update python to >=3.14,<3.15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3dc727e..7d07590 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "test-workflows-shared" version = "0.1.0" description = "Add your description here" readme = "README.md" -requires-python = ">=3.10,<3.11" +requires-python = ">=3.14,<3.15" dependencies = [ "analysis-runner>=3.2.2", "cpg-flow>=0.2.1",