From: Ward Vandewege Date: Fri, 8 Oct 2021 21:20:43 +0000 (-0400) Subject: The minimum supported version of Python is 3.6 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/8343737dfc825aba04385acb750e5d172da4c38e The minimum supported version of Python is 3.6 refs #18261 Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/doc/sdk/python/sdk-python.html.textile.liquid b/doc/sdk/python/sdk-python.html.textile.liquid index 09eaa8e552..435f70e7bf 100644 --- a/doc/sdk/python/sdk-python.html.textile.liquid +++ b/doc/sdk/python/sdk-python.html.textile.liquid @@ -18,7 +18,7 @@ If you are logged in to an Arvados VM, the Python SDK should be installed. To use the Python SDK elsewhere, you can install from PyPI or a distribution package. -As of Arvados 2.1, the Python SDK requires Python 3.5+. The last version to support Python 2.7 is Arvados 2.0.4. +As of Arvados 2.2, the Python SDK requires Python 3.6+. The last version to support Python 2.7 is Arvados 2.0.4. h2. Option 1: Install from a distribution package