Skip to content

Commit 98fdc7a

Browse files
authored
Merge pull request #9783 from sbidoul/postpone-8333-deprecation-sbi
Postpone --build-dir removal
2 parents a64ab1a + d3089e1 commit 98fdc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/cli/base_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def _main(self, args):
165165
"use the TMPDIR/TEMP/TMP environment variable, "
166166
"possibly combined with --no-clean"
167167
),
168-
gone_in="21.1",
168+
gone_in="21.3",
169169
issue=8333,
170170
)
171171

0 commit comments

Comments
 (0)