From 3dfe29316b5e8dcf209a2dfdcdc4632f85d48d7c Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Wed, 5 Sep 2018 22:56:55 -0600 Subject: Update waitress testing to include Python 3.7/3.8 --- setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'setup.py') 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(), -- cgit v1.2.1