Skip to content

Commit

Permalink
Merge pull request #13158 from sbidoul/postpone-setup-py-develop-to-25.1
Browse files Browse the repository at this point in the history
Postpone removal of setup.py develop support to 25.1
  • Loading branch information
sbidoul authored Jan 12, 2025
2 parents 1452429 + 654c3da commit 94a5bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/req/req_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ def install(
"try using --config-settings editable_mode=compat. "
"Please consult the setuptools documentation for more information"
),
gone_in="25.0",
gone_in="25.1",
issue=11457,
)
if self.config_settings:
Expand Down

0 comments on commit 94a5bf4

Please sign in to comment.