Skip to content

Commit cb21251

Browse files
authored
Merge pull request #12307 from sbidoul/postpone-deprecations
Postpone some deprecation removals
2 parents 1082eb1 + ccc4bbc commit cb21251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pip/_internal/req/req_install.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ def load_pyproject_toml(self) -> None:
514514
"to use --use-pep517 or add a "
515515
"pyproject.toml file to the project"
516516
),
517-
gone_in="23.3",
517+
gone_in="24.0",
518518
)
519519
self.use_pep517 = False
520520
return
@@ -904,7 +904,7 @@ def check_legacy_setup_py_options(
904904
reason="--build-option and --global-option are deprecated.",
905905
issue=11859,
906906
replacement="to use --config-settings",
907-
gone_in="23.3",
907+
gone_in="24.0",
908908
)
909909
logger.warning(
910910
"Implying --no-binary=:all: due to the presence of "

0 commit comments

Comments
 (0)