From 16b7183c280d86c112156cd0c8151bd370a76f04 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 5 May 2020 19:54:51 +0200 Subject: [PATCH] Add python 3.8 classifier. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c4e7ec201..22333fbde 100644 --- a/setup.py +++ b/setup.py @@ -210,6 +210,7 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Topic :: Communications :: Chat :: Internet Relay Chat', 'Topic :: Software Development :: Libraries :: Python Modules', ],