From d0bc2470b0026fbf2357956d2945a8fb22bb5f2f Mon Sep 17 00:00:00 2001 From: pgjones Date: Sat, 4 Jan 2020 21:52:58 +0000 Subject: [PATCH] add Python 3.8 trove classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c53454c4d..54fda2ffc 100644 --- a/setup.py +++ b/setup.py @@ -40,6 +40,7 @@ "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", "Topic :: Internet :: WWW/HTTP :: Dynamic Content",