update for Python 3.8 (#374)

This commit is contained in:
Terence Honles 2019-11-22 19:58:55 -08:00 committed by Inada Naoki
parent 997b524f06
commit b458e9a6a2
6 changed files with 22 additions and 3 deletions

View file

@ -128,6 +128,7 @@ setup(name=name,
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Intended Audience :: Developers',