@@ -59,11 +59,11 @@ through a unified and easy to use API.
5959:Issues: https://issues.apache.org/jira/projects/LIBCLOUD/issues
6060:Website: https://libcloud.apache.org/
6161:Documentation: https://libcloud.readthedocs.io
62- :Supported Python Versions: Python >= 3.8 , PyPy >= 3.8 , Python 3.10 + Pyjion
62+ :Supported Python Versions: Python >= 3.9 , PyPy >= 3.9 , Python 3.10 + Pyjion
6363 (Python 2.7 and Python 3.4 is supported by the
6464 v2.8.x release series, last version which supports
6565 Python 3.5 is v3.4.0, v3.6.x for Python 3.6, and
66- v3.8.x for Python 3.7)
66+ v3.8.x for Python 3.7 and 3.8 )
6767
6868Resources you can manage with Libcloud are divided into the following categories:
6969
@@ -86,10 +86,10 @@ Documentation can be found at <https://libcloud.readthedocs.org>.
8686Note on Python Version Compatibility
8787====================================
8888
89- Libcloud supports Python >= 3.8 and PyPy >= 3.8 .
89+ Libcloud supports Python >= 3.9 and PyPy >= 3.9 .
9090
91- * Support for Python 3.7 has been dropped in v3.9.0 release.
92- Last release series which supports Python 3.6 is v3.6 .x.
91+ * Support for Python 3.7 and 3.8 has been dropped in v3.9.0 release.
92+ Last release series which supports Python 3.7 and 3.8 is v3.8 .x.
9393* Support for Python 3.6 has been dropped in v3.7.0 release.
9494 Last release series which supports Python 3.6 is v3.6.x.
9595* Support for Python 3.5 has been dropped in v3.5.0 release.
0 commit comments