Skip to content

Commit f88a559

Browse files
authored
Merge pull request #13316 from sbidoul/postpone-legacy-editable-removal-to-25.2
Postpone removal of legacy editable installs to 25.3
2 parents 3ad961b + af6cb23 commit f88a559

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)