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 903c8ea1286ceea6fc2b5d7deee17b303b4e584f Author: Tomaz Muraus <[email protected]> AuthorDate: Sat Mar 5 12:50:37 2022 +0100 Update supported Python versions doc page. --- docs/supported_python_versions.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/supported_python_versions.rst b/docs/supported_python_versions.rst index d136161..6d74296 100644 --- a/docs/supported_python_versions.rst +++ b/docs/supported_python_versions.rst @@ -4,11 +4,20 @@ Supported Python Versions Currently Supported Python Versions ----------------------------------- -Libcloud from v3.0.0 and above supports CPython 3.5, 3.6, 3.7, 3.8 and PyPy 3. +Libcloud v3.5.0 and above supports CPython >= 3.6 and PyPy >= 3.6. -Those are also the versions we continuously run our tests with on Travis CI +Those are also the versions we continuously run our tests with on Github Actions (https://travis-ci.org/apache/libcloud). +Python Python 3.5 +----------------- + +Support for CPython 3.5 was dropped in Libcloud v3.5.0. + +If you still need to use Libcloud with one of those versions, you can use +Libcloud v3.4.x which is the last release which supports those Python +versions. + Python 2.7 and Python 3.4 -------------------------
