From 738ba2f4c0187f289fc5d0ebafcd7f2eeecb232c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 03:19:58 +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 ea8a28b..fff7ca5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Yeicor <4929005+Yeicor@users.noreply.github.com>"] readme = "README.md" [tool.poetry.dependencies] -python = ">=3.11,<3.13" +python = ">=3.13,<3.14" dl4to = {git = "https://github.com/dl4to/dl4to"} # The library that we are wrapping pyvista = "^0.44.0" # dl4to dep: fixed version as latest is incompatible