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 ec64c55 commit 0acc26eCopy full SHA for 0acc26e
1 file changed
CHANGES.rst
@@ -1,6 +1,21 @@
1
``repoze.retry`` Changelog
2
==========================
3
4
+2.2 (unreleased)
5
+----------------
6
+
7
+- Drop runtime use of ``pkg_resources`` to parse "retryables".
8
9
+- Drop ``pkg_resources`` namespace support.
10
11
+- Move package metadata to ``pyproject.toml``.
12
13
+- Move to ``src/`` layout, with ``tests/unit/`` at top level.
14
15
+- Add support for Python 3.14.
16
17
+- Drop support for Python 3.9.
18
19
2.1 (2025-02-22)
20
----------------
21
0 commit comments