Lowering min python version requirements

This commit is contained in:
Jules 2022-07-15 13:30:53 +02:00
parent 047be8cbf5
commit e0674cb7ab
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ description = ""
authors = ["Jules <jules@deutschebahn.com>"]
[tool.poetry.dependencies]
python = "^3.10"
python = "^3.8"
click = "^8.1.3"
toml = "^0.10.2"