Skip to content

Commit e2e0768

Browse files
Update ML-Agents to Python 3.10.12 (Colab) (#5929)
* Update setup.py *python_requires from <= 3.10.11 to 3.10.12 * Update setup.py *python_requires from <= 3.10.11 to 3.10.12
1 parent 24f6f34 commit e2e0768

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ml-agents-envs/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def run(self):
5959
"numpy==1.21.2",
6060
"filelock>=3.4.0",
6161
],
62-
python_requires=">=3.8.13,<=3.10.11",
62+
python_requires=">=3.8.13,<=3.10.12",
6363
# TODO: Remove this once mypy stops having spurious setuptools issues.
6464
cmdclass={"verify": VerifyVersionCommand}, # type: ignore
6565
)

ml-agents/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def run(self):
8080
'pypiwin32==223;platform_system=="Windows"',
8181
"importlib_metadata==4.4; python_version<'3.8'",
8282
],
83-
python_requires=">=3.8.13,<=3.10.11",
83+
python_requires=">=3.8.13,<=3.10.12",
8484
entry_points={
8585
"console_scripts": [
8686
"mlagents-learn=mlagents.trainers.learn:main",

0 commit comments

Comments
 (0)