Skip to content

Commit ee16c81

Browse files
authored
Merge pull request #13629 from notatallshaw/bump-gone_in="25.3"
Bump `gone_in="25.3"`
2 parents 4ad1828 + 3e227aa commit ee16c81

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
@@ -477,7 +477,7 @@ def _egg_fragment(self) -> str | None:
477477
deprecated(
478478
reason=f"{self} contains an egg fragment with a non-PEP 508 name.",
479479
replacement="to use the req @ url syntax, and remove the egg fragment",
480-
gone_in="25.3",
480+
gone_in="26.0",
481481
issue=13157,
482482
)
483483

0 commit comments

Comments
 (0)