Skip to content

Commit 34e70ba

Browse files
authored
Defer removal of --build-option and --global-option to 25.0 (#12837)
We aren't in a rush to remove these and setuptools still isn't ready.
1 parent 457ca6e commit 34e70ba

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
@@ -909,7 +909,7 @@ def check_legacy_setup_py_options(
909909
reason="--build-option and --global-option are deprecated.",
910910
issue=11859,
911911
replacement="to use --config-settings",
912-
gone_in="24.2",
912+
gone_in="25.0",
913913
)
914914
logger.warning(
915915
"Implying --no-binary=:all: due to the presence of "

0 commit comments

Comments
 (0)