Skip to content

Commit 1617f59

Browse files
committed
Extend deprecation period by 1 release cycle
1 parent 95e43e3 commit 1617f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/commands/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def run(self, options, args):
384384
)
385385
),
386386
replacement="to fix the wheel build issue reported above",
387-
gone_in="20.3",
387+
gone_in="21.0",
388388
issue=8368,
389389
)
390390

0 commit comments

Comments
 (0)