Added support for python 3.8

pull/144/head
Sheng 2020-03-22 17:23:29 +08:00
parent 396013e14f
commit 1fb2fe1e87
1 changed files with 1 additions and 0 deletions

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