fix!: drop support for python 3.8

This commit is contained in:
ljnsn 2024-05-31 17:29:33 +02:00 committed by ljnsn
parent 375451dff5
commit ee3062d587
2 changed files with 3 additions and 3 deletions

4
poetry.lock generated
View File

@ -917,5 +917,5 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.8.1,<3.12" python-versions = ">=3.9,<3.12"
content-hash = "0dd31333830816ee4a030f3b6c037ad46687aaf7e432afdaeb0d05cca4c5d14a" content-hash = "b7230515d9d61d63e3431165ca00524ebdb14c192ee6d85a04154e99bcc8c073"

View File

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