Add Python 3.8 to PyPI/trove classifier data

3.8 is now formally supported in .travis.yml
as of this commit.
This commit is contained in:
Brad Solomon 2020-04-28 14:17:17 -04:00 committed by Adrien Vergé
parent 94c0416f6b
commit e98aacf62c

View File

@ -42,6 +42,7 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Software Development',
'Topic :: Software Development :: Debuggers',
'Topic :: Software Development :: Quality Assurance',