This is an automated email from the ASF dual-hosted git repository.
tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git
The following commit(s) were added to refs/heads/trunk by this push:
new ab78cc9 Update readme.
ab78cc9 is described below
commit ab78cc995ca991379b9fd839dc07e2f40b3f71f6
Author: Tomaz Muraus <[email protected]>
AuthorDate: Sat Jun 6 23:17:57 2020 +0200
Update readme.
---
README.rst | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)
diff --git a/README.rst b/README.rst
index 5a74e47..c81814b 100644
--- a/README.rst
+++ b/README.rst
@@ -36,15 +36,9 @@ through a unified and easy to use API.
: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 @@ Resources you can manage with Libcloud are divided into the
following categories
* **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
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
========