File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,11 +7,12 @@ Changes in Apache Libcloud 3.9.0
77Common
88~~~~~~
99
10- - Unused ``setup.py `` file has been removed. The project has switched
11- to ``pyproject.toml `` a while ago and unused file has been removed to
12- reduce potential confusion.
13- (#2024)
14- [Tomaz Muraus - @Kami]
10+ - Support for Python 3.9 which is EOL has been removed.
11+
12+ If you still want to use Libcloud with Python 3.9, you should use an older
13+ release which still supports Python 3.9.
14+ (#2093, #2085)
15+ [Zili Chen - @tisonkun, Chojan Shang - @PsiACE]
1516
1617- Indicate we also support Python 3.12 (non beta) and Python 3.13.
1718 (#2050)
@@ -147,6 +148,14 @@ Storage
147148Other / Development
148149~~~~~~~~~~~~~~~~~~~
149150
151+ - Adopt uv for dependency management.
152+
153+ This should make it easier to manage dependencies and update them in the
154+ future.
155+
156+ (#2102)
157+ [Chojan Shang - @PsiACE]
158+
150159- pytest library used for running tests and microbenchmarks has been upgraded to
151160 v8.1.
152161
You can’t perform that action at this time.
0 commit comments