summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2018-09-05 22:56:55 -0600
committerBert JW Regeer <bertjw@regeer.org>2018-09-05 22:56:55 -0600
commit3dfe29316b5e8dcf209a2dfdcdc4632f85d48d7c (patch)
tree513de9e52cc466b42a312950f92d8066facc3461 /setup.py
parent49cfd93548d096e2cc7fa9860951a7acd07729d2 (diff)
downloadwaitress-3dfe29316b5e8dcf209a2dfdcdc4632f85d48d7c.tar.gz
Update waitress testing to include Python 3.7/3.8
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 8c15107..318f5c3 100644
--- a/setup.py
+++ b/setup.py
@@ -55,12 +55,13 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
- "Programming Language :: Python :: Implementation :: CPython",
- "Programming Language :: Python :: Implementation :: PyPy",
+ 'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: Implementation :: CPython',
+ 'Programming Language :: Python :: Implementation :: PyPy',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
- "Topic :: Internet :: WWW/HTTP :: WSGI",
+ 'Topic :: Internet :: WWW/HTTP :: WSGI',
],
url='https://github.com/Pylons/waitress',
packages=find_packages(),