Update readme.
diff --git a/README.rst b/README.rst
index 5a74e47..c81814b 100644
--- a/README.rst
+++ b/README.rst
@@ -36,15 +36,9 @@
 :Issues:        https://issues.apache.org/jira/projects/LIBCLOUD/issues
 :Website:       https://libcloud.apache.org/
 :Documentation: https://libcloud.readthedocs.io
+:Supported Python Versions: Python >= 3.5, PyPy 3 (Python 2.7 and Python 3.4 is
+                            supported by the v2.8.x release series)
 
-.. note::
-
-   Libcloud v3.0.0 dropped support for Python 2.7 and Python 3.4 and now only
-   supports Python >= 3.5.
-
-   If you still need to us Libcloud with one of the now unsupported versions,
-   you can do that by using the latest release of Libcloud which still supports
-   those versions (Libcloud v2.8).
 
 Resources you can manage with Libcloud are divided into the following categories:
 
@@ -56,7 +50,6 @@
 * **DNS** - DNS as a Service, DNSaaS (``libcloud.dns.*``)
 * **Container** - Container virtualization services (``libcloud.container.*``)
 
-
 Apache Libcloud is an Apache project, see <http://libcloud.apache.org> for
 more information.
 
@@ -65,6 +58,16 @@
 
 Documentation can be found at <https://libcloud.readthedocs.org>.
 
+Note on Python Version Compatibility
+===================================
+
+Libcloud v3.0.0 dropped support for Python 2.7 and Python 3.4 and now only
+supports Python >= 3.5.
+
+If you still need to us Libcloud with one of the now unsupported versions,
+you can do that by using the latest release of Libcloud which still supports
+those versions (Libcloud v2.8).
+
 Feedback
 ========