summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2022-01-17 00:15:19 -0700
committerBert JW Regeer <bertjw@regeer.org>2022-01-17 00:15:19 -0700
commite0f9374accef77b2ff90a8d5fe5bc5433a5d3516 (patch)
tree276c73d65fc34d1ddb0cb14004af475ac995356b /setup.cfg
parent97c45c5d75be5bad669b17b289d4a50c1742aea7 (diff)
downloadwaitress-e0f9374accef77b2ff90a8d5fe5bc5433a5d3516.tar.gz
Update supported Python versions for Waitressgarden/update-supported-python-versions
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 245b7f4..efb02cc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,10 +13,10 @@ classifiers =
License :: OSI Approved :: Zope Public License
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
+ Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Operating System :: OS Independent
@@ -37,7 +37,7 @@ maintainer_email = pylons-discuss@googlegroups.com
package_dir=
=src
packages=find:
-python_requires = >=3.6.0
+python_requires = >=3.7.0
[options.entry_points]
paste.server_runner =