tljh package: require python 3.9+

This commit is contained in:
Erik Sundell
2024-09-20 22:06:53 +02:00
parent 363dc45b52
commit 436c81f26d
3 changed files with 4 additions and 5 deletions

View File

@@ -25,12 +25,10 @@ profile = "black"
# target-version should be all supported versions, see
# https://github.com/psf/black/issues/751#issuecomment-473066811
target_version = [
"py36",
"py37",
"py38",
"py39",
"py310",
"py311",
"py312",
]