fix: support py312

This commit is contained in:
ljnsn 2024-05-31 23:45:19 +02:00
parent 01e5c45fc3
commit 28f61d86bd
No known key found for this signature in database
GPG Key ID: 56FA44C04555E6DD
2 changed files with 4 additions and 3 deletions

5
poetry.lock generated
View File

@ -841,6 +841,7 @@ files = [
numpy = [ numpy = [
{version = ">=1.22.4", markers = "python_version < \"3.11\""}, {version = ">=1.22.4", markers = "python_version < \"3.11\""},
{version = ">=1.23.2", markers = "python_version == \"3.11\""}, {version = ">=1.23.2", markers = "python_version == \"3.11\""},
{version = ">=1.26.0", markers = "python_version >= \"3.12\""},
] ]
python-dateutil = ">=2.8.2" python-dateutil = ">=2.8.2"
pytz = ">=2020.1" pytz = ">=2020.1"
@ -1293,5 +1294,5 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.9,<3.12" python-versions = ">=3.9,<3.13"
content-hash = "1b03d75d414482581ef32f66ec141a3c3835b96a24d64a0961f893469259460e" content-hash = "7bc59c5415fa9d8034a13e9cd325e430d539b906334b5ac1fbc603f809511e21"

View File

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