chore: drop python3.8 support and add 3.13

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2024-09-29 10:33:33 +09:00
parent 73fc45e12a
commit 1307eb14ba
2 changed files with 5 additions and 6 deletions

View File

@@ -20,13 +20,13 @@ classifiers = [
"Topic :: Software Development",
"Topic :: Software Development :: Libraries",
]
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"bs4", # canonical name is beautifulsoup4
"defusedxml",
"humanize",
"patch>=1.16",
"py7zr>=0.20.6",
"py7zr>=1.0.0-rc1",
"requests>=2.31.0",
"semantic-version",
"texttable",
@@ -56,7 +56,7 @@ test = [
"pympler",
]
check = [
"mypy>=0.990",
"mypy>=1.10.0",
"flake8>=6.0.0,<8.0.0",
"flake8-black",
"flake8-colors",