Add py38 to the list of PyPI classifiers

This commit is contained in:
Takeshi KOMIYA 2020-05-29 02:36:02 +09:00
parent ee4c7d3a68
commit 03bb9ff84a

View File

@ -202,6 +202,7 @@ setup(
'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',
'Framework :: Setuptools Plugin',