Skip to content

Commit d9b47d0

Browse files
committed
Update egg deprecation message
1 parent f53f04d commit d9b47d0

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

Lines changed: 2 additions & 1 deletion
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)