Skip to content

Commit d1f0981

Browse files
authored
Merge pull request #12331 from sbidoul/update-egg-deprecation-message
Update egg deprecation message
2 parents 441891c + d9b47d0 commit d1f0981

File tree

1 file changed

+2
-1
lines changed
  • src/pip/_internal/metadata/importlib

1 file changed

+2
-1
lines changed

src/pip/_internal/metadata/importlib/_envs.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ def _emit_egg_deprecation(location: Optional[str]) -> None:
151151
deprecated(
152152
reason=f"Loading egg at {location} is deprecated.",
153153
replacement="to use pip for package installation.",
154-
gone_in="23.3",
154+
gone_in="24.3",
155+
issue=12330,
155156
)
156157

157158

0 commit comments

Comments
 (0)