This is an automated email from the ASF dual-hosted git repository.
micafer pushed a commit to branch fix_changelog
in repository https://gitbox.apache.org/repos/asf/libcloud.git
The following commit(s) were added to refs/heads/fix_changelog by this push:
new 6b36f18d4 Update upgrade notes
6b36f18d4 is described below
commit 6b36f18d409b867259f8b0d699062060e67359e7
Author: Miguel Caballer <[email protected]>
AuthorDate: Wed Jan 28 15:49:03 2026 +0100
Update upgrade notes
---
docs/upgrade_notes.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/upgrade_notes.rst b/docs/upgrade_notes.rst
index 7d5db2b99..097cbf085 100644
--- a/docs/upgrade_notes.rst
+++ b/docs/upgrade_notes.rst
@@ -8,10 +8,10 @@ preserve the old behavior when this is possible.
Libcloud 3.9.0
--------------
-* Support for Python 3.7 and 3.8 which have been EOL has been removed.
+* Support for Python 3.7, 3.8 and 3.9 which have been EOL has been removed.
- If you still want to use Libcloud with Python 3.7 or 3.8, you should use an
older
- release which still supports Python 3.7 and 3.8.
+ If you still want to use Libcloud with Python 3.7, 3.8 or 3.9, you should
+ use an older release which still supports Python 3.7, 3.8 and 3.9.
* [AZURE ARM] Added a new argument to destroy_node() to also delete node's
managed
OS disk as part of the node's deletion. Defaults to true. This can be
reverted by