Add Python 3.8 to setup.py classifiers.

This commit is contained in:
Hasan Ramezani 2020-12-06 21:02:39 +01:00
parent 910089597e
commit 793cb45960

View file

@ -28,6 +28,7 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'License :: OSI Approved :: MIT License',
],
)