Skip to content

Commit b772bfa

Browse files
authored
Push non bare egg fragment deprecation to 25.3 (#13499)
1 parent 7f76f2b commit b772bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/models/link.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ def _egg_fragment(self) -> str | None:
469469
deprecated(
470470
reason=f"{self} contains an egg fragment with a non-PEP 508 name.",
471471
replacement="to use the req @ url syntax, and remove the egg fragment",
472-
gone_in="25.2",
472+
gone_in="25.3",
473473
issue=13157,
474474
)
475475

0 commit comments

Comments
 (0)