This is an automated email from the ASF dual-hosted git repository.
tomaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/libcloud-site.git
The following commit(s) were added to refs/heads/master by this push:
new 85668ce Update supported Python versions.
85668ce is described below
commit 85668ce221b0b2adf82adbfd37c7c5a358a09e2b
Author: Tomaz Muraus <[email protected]>
AuthorDate: Sat Apr 9 15:05:47 2022 +0200
Update supported Python versions.
---
source/about.md | 7 +++++--
source/index.html | 4 ++--
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/source/about.md b/source/about.md
index d1e9153..a8921ed 100644
--- a/source/about.md
+++ b/source/about.md
@@ -42,14 +42,17 @@ For a full timeline of the events and other important
dates, please see the
Libcloud supports the following Python version:
-* Python 3.5
* Python 3.6
* Python 3.7 (since 2.5.0)
* Python 3.8 (since 2.7.0)
-* PyPy 3 (3.5.x, 3.6.x)
+* Python 3.9 (since 3.3.0)
+* Python 3.10 (since 3.5.0)
+* PyPy 3.6+
First version which introduced Python 3 support was 0.7.1.
+Support for Python 3.5 has been dropped in **Libcloud 3.5.0**.
+
Support for Python 2.7 and Python 3.4 has been dropped in
**Libcloud 3.0.0**.
diff --git a/source/index.html b/source/index.html
index 7d6ae1f..489aa59 100644
--- a/source/index.html
+++ b/source/index.html
@@ -81,7 +81,7 @@ javascript_files:
<div class="row section row-2">
<div class="col-md-6">
<h3>Installation</h3>
- <p>Latest stable version (Python 3.5+ only): <a
href="https://pypi.python.org/pypi/apache-libcloud/3.5.1"
target="_blank">3.5.1</a> (March 30th, 2022)</p>
+ <p>Latest stable version (Python 3.6+ only): <a
href="https://pypi.python.org/pypi/apache-libcloud/3.5.1"
target="_blank">3.5.1</a> (March 30th, 2022)</p>
<p>Latest bug-fix only version (Python 3.5+ only): <a
href="https://pypi.python.org/pypi/apache-libcloud/3.4.1"
target="_blank">3.4.1</a> (November 11th, 2021)</p>
<p>Latest bug-fix only version (Python 2 and Python 3): <a
href="https://pypi.python.org/pypi/apache-libcloud/2.8.3"
target="_blank">2.8.3</a> (June 12th, 2020)</p>
<p><code>pip install apache-libcloud</code></p>
@@ -102,7 +102,7 @@ javascript_files:
<a
href="https://libcloud.readthedocs.org/en/stable/dns/index.html">DNS</a>,
<a
href="https://libcloud.readthedocs.org/en/stable/container/index.html">Container</a>,
<a
href="https://libcloud.readthedocs.org/en/stable/backup/index.html">Backup</a></li>
- <li>Supports <a href="/about.html#supported-python-versions">Python
3, PyPy (3.x and 2.x) and Python 2.7 (v2.8.x release series)</a></li>
+ <li>Supports <a href="/about.html#supported-python-versions">Python
3.6+, PyPy 3.6+, Python 2.7 (v2.8.x release series)</a></li>
</ul>
</div>