Skip to content

Commit af6cb23

Browse files
committed
Postpone removal of legacy editable installs to 25.3
1 parent 3ad961b commit af6cb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/req/req_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ def install(
837837
"try using --config-settings editable_mode=compat. "
838838
"Please consult the setuptools documentation for more information"
839839
),
840-
gone_in="25.1",
840+
gone_in="25.3",
841841
issue=11457,
842842
)
843843
if self.config_settings:

0 commit comments

Comments
 (0)