Update minimum Python version to 3.6

This commit is contained in:
Paul Romano 2021-07-19 16:13:10 -05:00
parent c373d9548f
commit 95aa079c76
2 changed files with 3 additions and 3 deletions

View file

@ -484,7 +484,7 @@ to install the Python package in :ref:`"editable" mode <devguide_editable>`.
Prerequisites
-------------
The Python API works with Python 3.5+. In addition to Python itself, the API
The Python API works with Python 3.6+. In addition to Python itself, the API
relies on a number of third-party packages. All prerequisites can be installed
using Conda_ (recommended), pip_, or through the package manager in most Linux
distributions.