Skip to content

Commit

Permalink
Python max version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelalonsojr committed Oct 2, 2023
1 parent c8f46d0 commit b4122df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ml-agents-envs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def run(self):
"numpy==1.21.2",
"filelock>=3.4.0",
],
python_requires=">=3.8.13,<=3.10.12",
python_requires=">=3.8.13,<=3.10.13",
# TODO: Remove this once mypy stops having spurious setuptools issues.
cmdclass={"verify": VerifyVersionCommand}, # type: ignore
)
2 changes: 1 addition & 1 deletion ml-agents/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def run(self):
'pypiwin32==223;platform_system=="Windows"',
"importlib_metadata==4.4; python_version<'3.8'",
],
python_requires=">=3.8.13,<=3.10.12",
python_requires=">=3.8.13,<=3.10.13",
entry_points={
"console_scripts": [
"mlagents-learn=mlagents.trainers.learn:main",
Expand Down

0 comments on commit b4122df

Please sign in to comment.