From 0ce4b2942d48aefad2e47a644532f32a4fe11b15 Mon Sep 17 00:00:00 2001 From: ljnsn Date: Fri, 9 May 2025 01:28:02 +0200 Subject: [PATCH] chore: require python <4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b3b477..085143e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = ">=3.9,<3.13" +python = ">=3.9,<4" ezodf = ">=0.3.2" lxml = ">=4.9.2" pandas = ">=1.5.2"