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
commit 17935f3337a7bb5486093bcee4bafed40ef17763 Author: Tomaz Muraus <[email protected]> AuthorDate: Sat Jun 6 23:07:41 2020 +0200 Also add note on supported versions to the readme. --- README.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index daa1f4a..5a74e47 100644 --- a/README.rst +++ b/README.rst @@ -1,11 +1,11 @@ Apache Libcloud - a unified interface for the cloud ==================================================== - Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API. + .. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat :target: https://libcloud.readthedocs.org @@ -37,6 +37,15 @@ through a unified and easy to use API. :Website: https://libcloud.apache.org/ :Documentation: https://libcloud.readthedocs.io +.. 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: * **Compute** - Cloud Servers and Block Storage - services such as Amazon EC2 and Rackspace
