@@ -7,7 +7,7 @@ name = "flake8-unused-fstrings"
77version = " 1.0.1"
88description = " Flake8 plugin to catch f-strings with no fields."
99readme = " README.rst"
10- requires-python = " >=3.1 "
10+ requires-python = " >=3.8 "
1111keywords = []
1212classifiers = [
1313 " Development Status :: 5 - Production/Stable" ,
@@ -18,13 +18,14 @@ classifiers = [
1818 " Operating System :: OS Independent" ,
1919 " Programming Language :: Python" ,
2020 " Programming Language :: Python :: 3 :: Only" ,
21- " Programming Language :: Python :: 3.1" ,
2221 " Programming Language :: Python :: 3.8" ,
2322 " Programming Language :: Python :: 3.9" ,
23+ " Programming Language :: Python :: 3.10" ,
2424 " Programming Language :: Python :: 3.11" ,
2525 " Programming Language :: Python :: 3.12" ,
2626 " Programming Language :: Python :: 3.13" ,
2727 " Programming Language :: Python :: Implementation :: CPython" ,
28+ " Typing :: Typed" ,
2829]
2930dynamic = [ " dependencies" ,]
3031
@@ -55,8 +56,9 @@ base-classifiers = [
5556 " Intended Audience :: Developers" ,
5657 " License :: OSI Approved :: ISC License (ISCL)" ,
5758 " Natural Language :: English" ,
59+ " Typing :: Typed" ,
5860]
59- python-versions = [ " 3.1 " , " 3.8 " , " 3.9 " , " 3.11" , " 3.12" , " 3.13" ,]
61+ python-versions = [ " 3.8 " , " 3.9 " , " 3.10 " , " 3.11" , " 3.12" , " 3.13" ,]
6062python-implementations = [ " CPython" ,]
6163platforms = [ " Windows" , " macOS" , " Linux" ,]
6264license-key = " ISCL"
0 commit comments