@@ -24,11 +24,11 @@ classifiers = [
2424 " Topic :: Software Development :: Quality Assurance" ,
2525 " Programming Language :: Python" ,
2626 " Programming Language :: Python :: 3" ,
27- " Programming Language :: Python :: 3.8" ,
28- " Programming Language :: Python :: 3.9" ,
2927 " Programming Language :: Python :: 3.10" ,
3028 " Programming Language :: Python :: 3.11" ,
3129 " Programming Language :: Python :: 3.12" ,
30+ " Programming Language :: Python :: 3.13" ,
31+ " Programming Language :: Python :: 3.14" ,
3232 " Programming Language :: Python :: Implementation :: CPython" ,
3333 " Operating System :: OS Independent" ,
3434 " License :: OSI Approved :: MIT License" ,
@@ -39,7 +39,7 @@ keywords = [
3939 " plugin" ,
4040]
4141
42- requires-python = " >=3.8 "
42+ requires-python = " >=3.10 "
4343dependencies = [
4444 " pylint >=2, <5" ,
4545 " pytest>=4.6" ,
@@ -106,7 +106,7 @@ paths.source = [
106106profile = " black"
107107
108108[tool .mypy ]
109- python_version = " 3.8 "
109+ python_version = " 3.10 "
110110check_untyped_defs = true
111111explicit_package_bases = true
112112namespace_packages = true
@@ -148,7 +148,7 @@ fix = true
148148# (for docstrings, strings and comments in particular).
149149line-length = 100
150150
151- target-version = " py38 "
151+ target-version = " py310 "
152152
153153[tool .ruff .lint ]
154154select = [
0 commit comments