Update egg deprecation message

This commit is contained in:
Stéphane Bidoul 2023-10-08 17:19:09 +02:00
parent f53f04dd81
commit d9b47d0173
1 changed files with 2 additions and 1 deletions

View File

@ -151,7 +151,8 @@ def _emit_egg_deprecation(location: Optional[str]) -> None:
deprecated(
reason=f"Loading egg at {location} is deprecated.",
replacement="to use pip for package installation.",
gone_in="23.3",
gone_in="24.3",
issue=12330,
)