Add Python 3.6 and 3.7 support to package

This commit is contained in:
Andrew Rabert 2018-07-19 23:55:27 -04:00
parent 6627f03547
commit 2f4121d91a

View file

@ -50,6 +50,8 @@ setuptools.setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Internet :: WWW/HTTP',