From 86783ca554584594511674ab6d6c161c6f420ef4 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sun, 17 Nov 2019 08:01:03 +0100 Subject: [PATCH] add python 3.8 support --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7c6153d..31ae036 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,7 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', ],