Merge pull request #7744 from tk0miya/fix_pypi_classifiers

Add py38 to the list of PyPI classifiers
This commit is contained in:
Takeshi KOMIYA 2020-05-29 13:18:10 +09:00 committed by GitHub
commit 18f7d8f4ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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',