From da3da5072f2d674f2acaca33e56c6034941720eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:28:21 +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"