We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97413df commit 95c3c2cCopy full SHA for 95c3c2c
setup.cfg
@@ -10,7 +10,6 @@ author_email = jkittner@users.noreply.github.com
10
license = MIT
11
license_files = LICENCE
12
classifiers =
13
- License :: OSI Approved :: MIT License
14
Programming Language :: Python :: 3
15
Programming Language :: Python :: 3 :: Only
16
Programming Language :: Python :: Implementation :: CPython
@@ -19,7 +18,7 @@ classifiers =
19
18
py_modules = flake8_timeout
20
install_requires =
21
flake8
22
-python_requires = >=3.8
+python_requires = >=3.9
23
24
[options.packages.find]
25
exclude =
0 commit comments