chore: require python <4

This commit is contained in:
ljnsn 2025-05-09 01:28:02 +02:00 committed by ljnsn
parent 913af3fb27
commit 0ce4b2942d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ classifiers = [
] ]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.9,<3.13" python = ">=3.9,<4"
ezodf = ">=0.3.2" ezodf = ">=0.3.2"
lxml = ">=4.9.2" lxml = ">=4.9.2"
pandas = ">=1.5.2" pandas = ">=1.5.2"