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 9b5fa75 commit 6f1a58cCopy full SHA for 6f1a58c
setup.cfg
@@ -18,7 +18,6 @@ classifiers =
18
Programming Language :: Python
19
Programming Language :: Python :: 3
20
Programming Language :: Python :: 3 :: Only
21
- Programming Language :: Python :: 3.5
22
Programming Language :: Python :: 3.6
23
Programming Language :: Python :: 3.7
24
Programming Language :: Python :: 3.8
@@ -28,7 +27,7 @@ classifiers =
28
27
29
[options]
30
use_scm_version = True
31
-python_requires = >=3.5
+python_requires = >=3.6
32
packages = find:
33
setup_requires =
34
setuptools_scm
0 commit comments