Add Python 3.8 to setup.py classifiers

This commit is contained in:
Matthias 2020-09-28 20:01:59 +02:00
parent ace2879265
commit 2be8e8070a

View File

@ -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',