Drop support for Python 3.8

This commit is contained in:
rlaphoenix
2023-02-22 03:43:22 +00:00
parent f21aa5aac5
commit c1f716cb6c
20 changed files with 6 additions and 44 deletions

View File

@@ -23,7 +23,7 @@ classifiers = [
]
[tool.poetry.dependencies]
python = ">=3.8.6,<3.12"
python = ">=3.9.0,<3.12"
appdirs = "^1.4.4"
Brotli = "^1.0.9"
click = "^8.1.3"