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.1.0b1~38^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2812%2Fhead;p=thirdparty%2Ftornado.git Add Python 3.8 clasifier to setup.py --- diff --git a/setup.py b/setup.py index 61ffec87c..c3c8b4732 100644 --- 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", ],