summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 0c98d75..67d30a7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -23,7 +23,6 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
- Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
@@ -33,7 +32,7 @@ classifiers =
[options]
zip_safe = false
include_package_data = true
-python_requires = >=3.6
+python_requires = >=3.7
packages = find:
[options.package_data]
@@ -68,7 +67,7 @@ exclude =
extend-ignore = E203, E501
[mypy]
-python_version = 3.6
+python_version = 3.7
ignore_missing_imports = true
warn_unused_ignores = true
no_implicit_optional = true