Merge pull request #12331 from sbidoul/update-egg-deprecation-message

Update egg deprecation message
This commit is contained in:
Stéphane Bidoul 2023-10-09 13:59:39 +02:00 committed by GitHub
commit d1f0981cb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,
)