@@ -12,7 +12,7 @@ description = "flake8 plugin that integrates isort"
1212keywords = [" pep8" , " flake8" , " python" , " isort" , " imports" ]
1313license = {file = " LICENSE" }
1414readme = " README.rst"
15- requires-python = " >=3.8 "
15+ requires-python = " >=3.9 "
1616classifiers = [
1717 " Development Status :: 5 - Production/Stable" ,
1818 " Environment :: Console" ,
@@ -24,17 +24,17 @@ classifiers = [
2424 " Programming Language :: Python" ,
2525 " Programming Language :: Python :: 3" ,
2626 " Programming Language :: Python :: 3 :: Only" ,
27- " Programming Language :: Python :: 3.8" ,
2827 " Programming Language :: Python :: 3.9" ,
2928 " Programming Language :: Python :: 3.10" ,
3029 " Programming Language :: Python :: 3.11" ,
3130 " Programming Language :: Python :: 3.12" ,
31+ " Programming Language :: Python :: 3.13" ,
3232 " Programming Language :: Python :: Implementation :: CPython" ,
3333 " Programming Language :: Python :: Implementation :: PyPy" ,
3434 " Topic :: Software Development" ,
3535 " Topic :: Software Development :: Quality Assurance" ,
3636]
37- dependencies = [" flake8" , " isort >= 5.0.0, <6 " ]
37+ dependencies = [" flake8" , " isort >= 5.0.0, <7 " ]
3838
3939[project .urls ]
4040"Homepage" = " https://github.com/gforcada/flake8-isort"
@@ -51,7 +51,7 @@ I00 = "flake8_isort:Flake8Isort"
5151profile = " plone"
5252
5353[tool .black ]
54- target-version = [" py38 " ]
54+ target-version = [" py39 " ]
5555skip-string-normalization = true
5656
5757[tool .check-manifest ]
0 commit comments