@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66name = " flake8-kotoha"
77description = " flake8 plugin to improve your type hints"
88readme = " README.md"
9- requires-python = " >=3.9 "
9+ requires-python = " >=3.10 "
1010license = { text = " MIT License" }
1111authors = [{ name = " nikkie" , email = " takuyafjp+develop@gmail.com" }]
1212keywords = [" flake8" , " type hints" ]
@@ -15,10 +15,11 @@ classifiers = [
1515 " Programming Language :: Python" ,
1616 " Programming Language :: Python :: 3" ,
1717 " Programming Language :: Python :: 3 :: Only" ,
18- " Programming Language :: Python :: 3.9" ,
1918 " Programming Language :: Python :: 3.10" ,
2019 " Programming Language :: Python :: 3.11" ,
2120 " Programming Language :: Python :: 3.12" ,
21+ " Programming Language :: Python :: 3.13" ,
22+ " Programming Language :: Python :: 3.14" ,
2223 " Framework :: Flake8" ,
2324 " Topic :: Software Development :: Libraries :: Python Modules" ,
2425 " Topic :: Software Development :: Quality Assurance" ,
0 commit comments