Skip to content

Commit 40187a8

Browse files
committed
Add minimum retention of DeprecatedTuple. Ref #409, Ref #349.
1 parent e29e557 commit 40187a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

importlib_metadata/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ class DeprecatedTuple:
139139
1
140140
"""
141141

142+
# Do not remove prior to 2023-05-01 or Python 3.13
142143
_warn = functools.partial(
143144
warnings.warn,
144145
"EntryPoint tuple interface is deprecated. Access members by name.",

0 commit comments

Comments
 (0)