Skip to content

Commit

Permalink
fix python_requires in setup.py (openai#1827)
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhokhov authored Feb 29, 2020
1 parent a14e1c7 commit c476e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'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',
Expand Down

0 comments on commit c476e85

Please sign in to comment.