Skip to content

Commit 6d12a47

Browse files
author
Chris Elion
authored
Clarify Python 3.8 support (#4784) (#4785)
1 parent cab0cfc commit 6d12a47

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/Using-Virtual-Environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ from dependencies of other projects. This has a few advantages:
1919

2020
## Python Version Requirement (Required)
2121

22-
This guide has been tested with Python 3.6 and 3.7. Python 3.8 is not supported
23-
at this time.
22+
This guide has been tested with Python 3.6 through Python 3.8. Newer versions might not
23+
have support for the dependent libraries, so are not recommended.
2424

2525
## Installing Pip (Required)
2626

ml-agents-envs/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def run(self):
4242
"License :: OSI Approved :: Apache Software License",
4343
"Programming Language :: Python :: 3.6",
4444
"Programming Language :: Python :: 3.7",
45+
"Programming Language :: Python :: 3.8",
4546
],
4647
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
4748
zip_safe=False,

0 commit comments

Comments
 (0)