File tree Expand file tree Collapse file tree 2 files changed +17
-8
lines changed
Expand file tree Collapse file tree 2 files changed +17
-8
lines changed 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
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ preserve the old behavior when this is possible.
88Libcloud 3.9.0
99--------------
1010
11- * Support for Python 3.7 and 3.8 which have been EOL has been removed.
11+ * Support for Python 3.7, 3.8 and 3.9 which have been EOL has been removed.
1212
13- If you still want to use Libcloud with Python 3.7 or 3.8 , you should use an older
14- release which still supports Python 3.7 and 3.8 .
13+ If you still want to use Libcloud with Python 3.7, 3.8 or 3.9 , you should
14+ use an older release which still supports Python 3.7, 3.8 and 3.9 .
1515
1616* [AZURE ARM] Added a new argument to destroy_node() to also delete node's managed
1717 OS disk as part of the node's deletion. Defaults to true. This can be reverted by
You can’t perform that action at this time.
0 commit comments