Skip to content

Commit

Permalink
Bump Python
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Oct 24, 2020
1 parent dc3adac commit e999ba3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: C++",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3 :: Only",
"License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)",
],
use_scm_version=dict(local_scheme="dirty-tag"),
python_requires='>=3.6',
python_requires='>=3.8',
install_requires=[
'gym-ignition',
'dataclasses',
Expand Down

0 comments on commit e999ba3

Please sign in to comment.