From 1fb2fe1e87f9e1e8d40d9fa87e0ab3b703b232ce Mon Sep 17 00:00:00 2001 From: Sheng Date: Sun, 22 Mar 2020 17:23:29 +0800 Subject: [PATCH] Added support for python 3.8 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 590ffe9b..eb1c6a4a 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ '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',