From ee386032ee9024b99a88730898a75353e37eb5fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 06:06:34 +0000 Subject: [PATCH] Update Python to >=3.14.5,<3.15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bece6e2..c00cc08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ ] [tool.poetry.dependencies] - python = ">=3.6.2,<3.11" + python = ">=3.14.5,<3.15" numpy = [ { version = "<=1.20", python = "<3.7" }, { version = "^1.21.6", python = ">=3.7" },