浏览代码

Clarify Python 3.8 support (#4784) (#4785)

/release_11_branch
GitHub 4 年前
当前提交
e0302562
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 4
      docs/Using-Virtual-Environment.md
  2. 1
      ml-agents-envs/setup.py

4
docs/Using-Virtual-Environment.md


## 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)

1
ml-agents-envs/setup.py


"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,

正在加载...
取消
保存