Skip to content

Commit 04a8116

Browse files
committed
Signal that --build-option and --global-option will be removed at the same time as bdist_wheel
1 parent cb96d7e commit 04a8116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/pip/_internal/req/req_install.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ def check_legacy_setup_py_options(
925925
reason="--build-option and --global-option are deprecated.",
926926
issue=11859,
927927
replacement="to use --config-settings",
928-
gone_in=None,
928+
gone_in="25.3",
929929
)
930930
logger.warning(
931931
"Implying --no-binary=:all: due to the presence of "

0 commit comments

Comments
 (0)