]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Add Python 3.8 clasifier to setup.py
authorJames Bourbeau <jrbourbeau@gmail.com>
Wed, 19 Feb 2020 19:20:45 +0000 (13:20 -0600)
committerBen Darnell <ben@bendarnell.com>
Mon, 2 Mar 2020 22:49:47 +0000 (17:49 -0500)
setup.py

index 62a952ec5de46bfd5bd52154833fa3d729962ecb..f5af1fd8a1aa41196a4703d3caff47490836db67 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -181,6 +181,7 @@ setup(
         "Programming Language :: Python :: 3.5",
         "Programming Language :: Python :: 3.6",
         "Programming Language :: Python :: 3.7",
+        "Programming Language :: Python :: 3.8",
         "Programming Language :: Python :: Implementation :: CPython",
         "Programming Language :: Python :: Implementation :: PyPy",
     ],