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

commit 655131af77354a48dca527299c6fb6e0086c5388
Author: Miguel Caballer <[email protected]>
AuthorDate: Wed Jan 28 15:46:28 2026 +0100

    Update changelog
---
 CHANGES.rst | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index b42d87666..b92860ce9 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -7,11 +7,12 @@ Changes in Apache Libcloud 3.9.0
 Common
 ~~~~~~
 
-- Unused ``setup.py`` file has been removed. The project has switched
-  to ``pyproject.toml`` a while ago and unused file has been removed to
-  reduce potential confusion.
-  (#2024)
-  [Tomaz Muraus - @Kami]
+- Support for Python 3.9 which is EOL has been removed.
+
+  If you still want to use Libcloud with Python 3.9, you should use an older
+  release which still supports Python 3.9.
+  (#2093, #2085)
+  [Zili Chen - @tisonkun,  Chojan Shang - @PsiACE]
 
 - Indicate we also support Python 3.12 (non beta) and Python 3.13.
   (#2050)
@@ -147,6 +148,14 @@ Storage
 Other / Development
 ~~~~~~~~~~~~~~~~~~~
 
+- Adopt uv for dependency management.
+
+  This should make it easier to manage dependencies and update them in the
+  future.
+
+  (#2102)
+  [Chojan Shang - @PsiACE]
+
 - pytest library used for running tests and microbenchmarks has been upgraded 
to
   v8.1.
 

Reply via email to