Skip to content

Commit

Permalink
Merge pull request #12331 from sbidoul/update-egg-deprecation-message
Browse files Browse the repository at this point in the history
Update egg deprecation message
  • Loading branch information
sbidoul committed Oct 9, 2023
2 parents 441891c + d9b47d0 commit d1f0981
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pip/_internal/metadata/importlib/_envs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)


Expand Down

0 comments on commit d1f0981

Please sign in to comment.