From a6e401b50f5201d9688b457c9b899fff08c3342c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Code=C3=A7o=20Coelho?= Date: Sat, 19 Oct 2024 06:18:31 -0300 Subject: [PATCH] startted implementig support to territory files --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b3cfb51..920f0f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "GPL" packages = [{include='pysus'}] [tool.poetry.dependencies] -python = ">=3.10,<3.12" +python = ">=3.10,<3.13" python-dateutil = "2.8.2" cffi = "1.15.1" dbfread = "2.0.7"