]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Add Python 3.8 clasifier to setup.py 2812/head
authorJames Bourbeau <jrbourbeau@gmail.com>
Wed, 19 Feb 2020 19:20:45 +0000 (13:20 -0600)
committerJames Bourbeau <jrbourbeau@gmail.com>
Wed, 19 Feb 2020 19:20:45 +0000 (13:20 -0600)
setup.py

index 61ffec87c1c410aab26e52143f0cc27a272ffec8..c3c8b473253c211c2dc0057dc673c9d9097bb7ce 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -183,6 +183,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",
     ],