summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 63d50ba..f9d0978 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,7 +17,6 @@ classifiers =
Intended Audience :: Developers
Programming Language :: Python
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
@@ -31,7 +30,7 @@ project_urls =
[options]
packages = find:
-python_requires = >=3.6
+python_requires = >=3.7
zip_safe = false
install_requires =