From 0d93ed880699e73eccb4608c0e2b8b42bfcb59d4 Mon Sep 17 00:00:00 2001 From: "Brandon T. Willard" Date: Sat, 22 Feb 2020 01:08:59 -0600 Subject: [PATCH] Add missing Python 3.8 classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c953345..0db3768 100755 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ "Programming Language :: Python :: 3", "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 :: Software Development :: Libraries",