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" },