Target pyver 3.9

This commit is contained in:
jpk 2023-12-08 14:48:30 +01:00
parent 1a490df4ad
commit b81c767a83
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ authors = ["Jules <jules@deutschebahn.com>"]
packages = [{ include = "clickusagelib/*.py" }, { include = "clickusagemd.py" }]
[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
click = "^8.1.3"
toml = "^0.10.2"
GitPython = "^3.1.27"
@ -23,7 +23,7 @@ clickusagemd = "clickusagemd:cli"
[tool.black]
line-length = 100
target-version = ['py310']
target-version = ['py39']
[tool.isort]
profile = "black"