21453: Update minimum Python version in SDK documentation
authorBrett Smith <brett.smith@curii.com>
Tue, 13 Feb 2024 15:44:45 +0000 (10:44 -0500)
committerBrett Smith <brett.smith@curii.com>
Tue, 13 Feb 2024 15:44:45 +0000 (10:44 -0500)
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

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

index 9d88b5e1dc5c7ae14d688fb36a86a8d73c0b600a..4a6ba029feeca0bcdb53628a2caaecfc4bfafc5c 100644 (file)
@@ -19,7 +19,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 it "from an Arvados distribution package":#package-install or "from PyPI using pip":#pip-install.
 
 {% include 'notebox_begin_warning' %}
-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.
+As of Arvados 3.0, the Python SDK requires Python 3.8+.
 {% include 'notebox_end' %}
 
 h2(#package-install). Install from a distribution package