summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorStephen Rosen <sirosen@globus.org>2022-07-03 22:18:49 -0400
committerGitHub <noreply@github.com>2022-07-04 08:18:49 +0600
commitdde69e86e08921d7a51d5926146a54cbeb9b1cc1 (patch)
tree77c97af7d1389ef2b184eb949c297541f2f02ccf /setup.cfg
parent2dab2107543d2ffed554aec332438dc16f0b2015 (diff)
downloadpyjwt-dde69e86e08921d7a51d5926146a54cbeb9b1cc1.tar.gz
Remove support for python3.6 (#777)
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