Skip to content

Commit

Permalink
Merge pull request #62 from Toni-SM/python_requires
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
Toni-SM committed Mar 23, 2023
2 parents 2054bd3 + 9b554ad commit 6b8b70f
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 @@ -27,7 +27,7 @@
long_description=open(os.path.join(root_dir, "README.md")).read(),
long_description_content_type="text/markdown",
keywords=["reinforcement", "machine", "learning", "rl"],
python_requires=">=3.6.*",
python_requires=">=3.6",
install_requires=INSTALL_REQUIRES,
url="https://github.com/Toni-SM/skrl",
packages=setuptools.find_packages(exclude=['tests']),
Expand Down

0 comments on commit 6b8b70f

Please sign in to comment.