From a55c09b50b780987602834bab6352dced911c4ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:56:10 +0000 Subject: [PATCH] Update Python to >=3.13,<3.14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8be75665..f883cf7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Charlie Lewis "] license = "Apache-2.0" [tool.poetry.dependencies] -python = ">=3.9,<3.12" +python = ">=3.13,<3.14" docker = "7.1.0" faucetconfrpc = "0.55.72" graphviz = "0.20.3"