Skip to content

Commit 94a5bf4

Browse files
authored
Merge pull request #13158 from sbidoul/postpone-setup-py-develop-to-25.1
Postpone removal of setup.py develop support to 25.1
2 parents 1452429 + 654c3da commit 94a5bf4

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)