chore: require python <4
This commit is contained in:
parent
913af3fb27
commit
0ce4b2942d
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue