Add support for Python 3.8

This commit is contained in:
Hugo
2019-10-18 20:46:23 +03:00
parent f6bf14afd2
commit 5b94682df3
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -47,6 +47,7 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
install_requires=install,