add Python version 3.7 and 3.8 to setup.py
This commit is contained in:
3
setup.py
3
setup.py
@@ -516,7 +516,8 @@ setup(
|
||||
'Operating System :: MacOS', 'Intended Audience :: Science/Research',
|
||||
"Programming Language :: Python", 'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6', 'Topic :: Games/Entertainment :: Simulation',
|
||||
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8', 'Topic :: Games/Entertainment :: Simulation',
|
||||
'Topic :: Scientific/Engineering :: Artificial Intelligence',
|
||||
'Framework :: Robot Framework'
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user