We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e210ab commit 4f8e7b2Copy full SHA for 4f8e7b2
CHANGES.rst
@@ -7,6 +7,14 @@ Changes in Apache Libcloud 3.9.0
7
Common
8
~~~~~~
9
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. Corresponding ``MANIFEST.in`` has also been
13
+ removed in favor of explicit include and exclude directives in
14
+ ``pyproject.toml``.
15
+ (#2024)
16
+ [Tomaz Muraus - @Kami]
17
+
18
- Indicate we also support Python 3.12 (non beta) and Python 3.13.
19
(#2050)
20
[Tomaz Muraus - @Kami]
0 commit comments