From bdf8b286bff52715204d4d66c39ff45a4718faf3 Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Wed, 19 Feb 2020 13:20:45 -0600 Subject: [PATCH] Add Python 3.8 clasifier to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) 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", ], -- 2.47.2