@@ -11,7 +11,7 @@ authors = [
1111description = " This project provides the infrastructure to build s5cmd Python wheels."
1212readme = " README.md"
1313license.file = " LICENSE"
14- requires-python = " >=3.8 "
14+ requires-python = " >=3.10 "
1515classifiers = [
1616 " Development Status :: 1 - Planning" ,
1717 " Intended Audience :: Science/Research" ,
@@ -21,8 +21,6 @@ classifiers = [
2121 " Programming Language :: Python" ,
2222 " Programming Language :: Python :: 3" ,
2323 " Programming Language :: Python :: 3 :: Only" ,
24- " Programming Language :: Python :: 3.8" ,
25- " Programming Language :: Python :: 3.9" ,
2624 " Programming Language :: Python :: 3.10" ,
2725 " Programming Language :: Python :: 3.11" ,
2826 " Programming Language :: Python :: 3.12" ,
@@ -104,7 +102,7 @@ report.exclude_also = [
104102
105103[tool .mypy ]
106104files = [" src" , " tests" ]
107- python_version = " 3.8 "
105+ python_version = " 3.10 "
108106warn_unused_configs = true
109107strict = true
110108enable_error_code = [" ignore-without-code" , " redundant-expr" , " truthy-bool" ]
@@ -163,7 +161,7 @@ isort.required-imports = ["from __future__ import annotations"]
163161
164162
165163[tool .pylint ]
166- py-version = " 3.8 "
164+ py-version = " 3.10 "
167165ignore-paths = [" .*/_version.py" ]
168166extension-pkg-allow-list = []
169167reports.output-format = " colorized"
0 commit comments