Add Python 3.8 to setup.py classifiers
This commit is contained in:
parent
ace2879265
commit
2be8e8070a
1
setup.py
1
setup.py
@ -111,6 +111,7 @@ setup(name='freqtrade',
|
|||||||
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
|
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
'Programming Language :: Python :: 3.7',
|
'Programming Language :: Python :: 3.7',
|
||||||
|
'Programming Language :: Python :: 3.8',
|
||||||
'Operating System :: MacOS',
|
'Operating System :: MacOS',
|
||||||
'Operating System :: Unix',
|
'Operating System :: Unix',
|
||||||
'Topic :: Office/Business :: Financial :: Investment',
|
'Topic :: Office/Business :: Financial :: Investment',
|
||||||
|
Loading…
Reference in New Issue
Block a user