From 251a875fae6c05b558851208458f17830fd008de Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Sat, 28 Mar 2020 01:22:29 +0100 Subject: [PATCH] Added Python 3.8 to classifiers in setup.py. [ci skip] --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4bd8abc..aafa61e 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,7 @@ setup(name='plone.app.discussion', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ], keywords='plone discussion', author='Timo Stollenwerk - Plone Foundation',