add Python version 3.7 and 3.8 to setup.py

This commit is contained in:
Erwin Coumans 2020-01-02 21:31:48 -08:00
parent 3cdbc4cc29
commit 02d48d743f

View File

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