Support Python 3.9

This commit is contained in:
Sheng
2022-05-02 19:58:38 +08:00
parent 685e1a7df1
commit 97e6d25556
3 changed files with 4 additions and 2 deletions

View File

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