Update supported Python versions.
diff --git a/source/about.md b/source/about.md
index d1e9153..a8921ed 100644
--- a/source/about.md
+++ b/source/about.md
@@ -42,14 +42,17 @@
 
 Libcloud supports the following Python version:
 
-* Python 3.5
 * Python 3.6
 * Python 3.7 (since 2.5.0)
 * Python 3.8 (since 2.7.0)
-* PyPy 3 (3.5.x, 3.6.x)
+* Python 3.9 (since 3.3.0)
+* Python 3.10 (since 3.5.0)
+* PyPy 3.6+
 
 First version which introduced Python 3 support was 0.7.1.
 
+Support for Python 3.5 has been dropped in **Libcloud 3.5.0**.
+
 Support for Python 2.7 and Python 3.4 has been dropped in
 **Libcloud 3.0.0**.
 
diff --git a/source/index.html b/source/index.html
index 7d6ae1f..489aa59 100644
--- a/source/index.html
+++ b/source/index.html
@@ -81,7 +81,7 @@
     <div class="row section row-2">

       <div class="col-md-6">

         <h3>Installation</h3>

-        <p>Latest stable version (Python 3.5+ only): <a href="https://pypi.python.org/pypi/apache-libcloud/3.5.1" target="_blank">3.5.1</a> (March 30th, 2022)</p>

+        <p>Latest stable version (Python 3.6+ only): <a href="https://pypi.python.org/pypi/apache-libcloud/3.5.1" target="_blank">3.5.1</a> (March 30th, 2022)</p>

         <p>Latest bug-fix only version (Python 3.5+ only): <a href="https://pypi.python.org/pypi/apache-libcloud/3.4.1" target="_blank">3.4.1</a> (November 11th, 2021)</p>

         <p>Latest bug-fix only version (Python 2 and Python 3): <a href="https://pypi.python.org/pypi/apache-libcloud/2.8.3" target="_blank">2.8.3</a> (June 12th, 2020)</p>

         <p><code>pip install apache-libcloud</code></p>

@@ -102,7 +102,7 @@
           <a href="https://libcloud.readthedocs.org/en/stable/dns/index.html">DNS</a>,

           <a href="https://libcloud.readthedocs.org/en/stable/container/index.html">Container</a>,

           <a href="https://libcloud.readthedocs.org/en/stable/backup/index.html">Backup</a></li>

-          <li>Supports <a href="/about.html#supported-python-versions">Python 3, PyPy (3.x and 2.x) and Python 2.7 (v2.8.x release series)</a></li>

+          <li>Supports <a href="/about.html#supported-python-versions">Python 3.6+, PyPy 3.6+, Python 2.7 (v2.8.x release series)</a></li>

         </ul>

       </div>