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