Skip to content

Commit 5dd003f

Browse files
authored
Merge pull request #12492 from sbidoul/postpone-11859
Postpone removal of --global-option and --build-option
2 parents 5efa3e8 + 429cf3c commit 5dd003f

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

0 commit comments

Comments
 (0)