Skip to content

Commit

Permalink
Add minimum retention of DeprecatedTuple. Ref #409, Ref #348.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Oct 4, 2022
1 parent e29e557 commit 1343876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions importlib_metadata/__init__.py
Expand Up @@ -139,6 +139,7 @@ class DeprecatedTuple:
1
"""

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

0 comments on commit 1343876

Please sign in to comment.