Skip to content

Commit 1343876

Browse files
committed
Add minimum retention of DeprecatedTuple. Ref #409, Ref #348.
1 parent e29e557 commit 1343876

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

importlib_metadata/__init__.py

+1
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)