From 2be8e8070ae1e4fd7874c72c01bd05ac13eabb7c Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 28 Sep 2020 20:01:59 +0200 Subject: [PATCH] Add Python 3.8 to setup.py classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c17722ade..9b57e8d2c 100644 --- a/setup.py +++ b/setup.py @@ -111,6 +111,7 @@ setup(name='freqtrade', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Operating System :: MacOS', 'Operating System :: Unix', 'Topic :: Office/Business :: Financial :: Investment',