Advertise support for python 3.8

This commit is contained in:
Dave Shawley 2019-09-02 17:05:52 -04:00
parent cd478d0a3d
commit c800f9a00f

View file

@ -45,6 +45,7 @@ setuptools.setup(
'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries',