Added support for python 3.8

This commit is contained in:
Sheng
2020-03-22 17:23:29 +08:00
parent 396013e14f
commit 1fb2fe1e87

View File

@@ -31,6 +31,7 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
install_requires=[
'tornado>=4.5.0',