mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
chore: drop python3.8 support and add 3.13
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user