The minimum supported version of Python is 3.6
authorWard Vandewege <ward@curii.com>
Fri, 8 Oct 2021 21:20:43 +0000 (17:20 -0400)
committerWard Vandewege <ward@curii.com>
Fri, 8 Oct 2021 21:20:43 +0000 (17:20 -0400)
refs #18261

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

doc/sdk/python/sdk-python.html.textile.liquid

index 09eaa8e552c8e6a887cc8e4ce5b0047928024bbc..435f70e7bfda47efa06ccebe0bdf2263a8a20f13 100644 (file)
@@ -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