Skip to content

Commit

Permalink
Merge pull request #13009 from sbidoul/postpone-12330-sbi
Browse files Browse the repository at this point in the history
Postpone removal of #12330
  • Loading branch information
sbidoul authored Oct 20, 2024
2 parents ec5faea + e5c3072 commit dfe98c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/metadata/importlib/_envs.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ 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="24.3",
gone_in="25.1",
issue=12330,
)

Expand Down

0 comments on commit dfe98c8

Please sign in to comment.