@@ -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.9 "
15+ requires-python = " >=3.10 "
1616classifiers = [
1717 " Development Status :: 5 - Production/Stable" ,
1818 " Environment :: Console" ,
@@ -24,11 +24,11 @@ classifiers = [
2424 " Programming Language :: Python" ,
2525 " Programming Language :: Python :: 3" ,
2626 " Programming Language :: Python :: 3 :: Only" ,
27- " Programming Language :: Python :: 3.9" ,
2827 " Programming Language :: Python :: 3.10" ,
2928 " Programming Language :: Python :: 3.11" ,
3029 " Programming Language :: Python :: 3.12" ,
3130 " Programming Language :: Python :: 3.13" ,
31+ " Programming Language :: Python :: 3.14" ,
3232 " Programming Language :: Python :: Implementation :: CPython" ,
3333 " Programming Language :: Python :: Implementation :: PyPy" ,
3434 " Topic :: Software Development" ,
0 commit comments