From: James Bourbeau Date: Wed, 19 Feb 2020 19:20:45 +0000 (-0600) Subject: Add Python 3.8 clasifier to setup.py X-Git-Tag: v6.0.4^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68a0dc113579d9ab814ea19bf6049d67e6957320;p=thirdparty%2Ftornado.git Add Python 3.8 clasifier to setup.py --- diff --git a/setup.py b/setup.py index 62a952ec5..f5af1fd8a 100644 --- 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", ],