mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-01 06:07:08 +00:00
fix python_requires in setup.py (#1827)
This commit is contained in:
2
setup.py
2
setup.py
@@ -43,7 +43,7 @@ setup(name='gym',
|
||||
'envs/robotics/assets/textures/*.png']
|
||||
},
|
||||
tests_require=['pytest', 'mock'],
|
||||
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
|
||||
python_requires='>=3.5',
|
||||
classifiers=[
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
|
Reference in New Issue
Block a user