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 ef9fca2ac8f691d717efbbb28884d337a828b9f5 Author: Tomaz Muraus <[email protected]> AuthorDate: Sat Jun 6 23:06:23 2020 +0200 Fix typo. --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index e4cf15a..5e0d887 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,9 +4,9 @@ Welcome to Apache Libcloud's documentation! .. note:: Libcloud v3.0.0 dropped support for Python 2.7 and Python 3.4 and now only - supports Python version >= 3.5. + supports Python >= 3.5. - If you still need to us Libcloud with one of the new unsupported versions, + 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).
