Skip to content

Commit c2d9cc1

Browse files
Temporarily allow Python 3.11 for testing purposes
1 parent e4f85f8 commit c2d9cc1

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
@@ -63,7 +63,7 @@ def run(self):
6363
"numpy>=1.23.5,<1.24.0",
6464
"filelock>=3.4.0",
6565
],
66-
python_requires=">=3.10.1,<=3.10.12",
66+
python_requires=">=3.10.1,<=3.11.12",
6767
# TODO: Remove this once mypy stops having spurious setuptools issues.
6868
cmdclass={"verify": VerifyVersionCommand}, # type: ignore
6969
)

ml-agents/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def run(self):
7474
'pypiwin32==223;platform_system=="Windows"',
7575
"onnx==1.15.0",
7676
],
77-
python_requires=">=3.10.1,<=3.10.12",
77+
python_requires=">=3.10.1,<=3.11.12",
7878
entry_points={
7979
"console_scripts": [
8080
"mlagents-learn=mlagents.trainers.learn:main",

0 commit comments

Comments
 (0)