Browse Source

Added support for python 3.8

pull/144/head
Sheng 5 years ago
parent
commit
1fb2fe1e87
  1. 1
      setup.py

1
setup.py

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

Loading…
Cancel
Save