We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 441891c + d9b47d0 commit d1f0981Copy full SHA for d1f0981
1 file changed
src/pip/_internal/metadata/importlib/_envs.py
@@ -151,7 +151,8 @@ def _emit_egg_deprecation(location: Optional[str]) -> None:
151
deprecated(
152
reason=f"Loading egg at {location} is deprecated.",
153
replacement="to use pip for package installation.",
154
- gone_in="23.3",
+ gone_in="24.3",
155
+ issue=12330,
156
)
157
158
0 commit comments