Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
strategy:
matrix:
python-version: [3.6.x, 3.7.x, 3.8.x]
include:
- python-version: 3.6.x
- python-version: 3.7.x
- python-version: 3.8.x
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down
4 changes: 2 additions & 2 deletions docs/Using-Virtual-Environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ from dependencies of other projects. This has a few advantages:

## Python Version Requirement (Required)

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

## Installing Pip (Required)

Expand Down
1 change: 1 addition & 0 deletions ml-agents-envs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def run(self):
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
zip_safe=False,
Expand Down