Skip to content

Commit 654c3da

Browse files
committed
Postpone removal of setup.py develop support to 25.1
1 parent dafc095 commit 654c3da

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.0",
840+
gone_in="25.1",
841841
issue=11457,
842842
)
843843
if self.config_settings:

0 commit comments

Comments
 (0)