chore: require python <4

This commit is contained in:
ljnsn 2025-05-09 01:28:02 +02:00
parent 913af3fb27
commit 6965918738
No known key found for this signature in database
GPG Key ID: 56FA44C04555E6DD
1 changed files with 1 additions and 1 deletions

View File

@ -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"