mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-18 21:10:05 +00:00
Merge pull request #2573 from erwincoumans/master
add Python version 3.7 and 3.8 to setup.py
This commit is contained in:
commit
40fdfbd236
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'
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user