We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d463d70 commit 1cbe220Copy full SHA for 1cbe220
setup.cfg
@@ -13,7 +13,6 @@ classifiers =
13
Topic :: Software Development :: Quality Assurance
14
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
15
Programming Language :: Python :: 3
16
- Programming Language :: Python :: 3.5
17
Programming Language :: Python :: 3.6
18
Programming Language :: Python :: 3.7
19
Programming Language :: Python :: 3.8
@@ -29,7 +28,7 @@ project_urls =
29
28
30
[options]
31
packages = find:
32
-python_requires = >= 3.5
+python_requires = >= 3.6
33
install_requires =
34
configargparse
35
importlib-metadata; python_version < "3.8"
0 commit comments