Skip to content

Commit 5629e09

Browse files
authored
Merge pull request pypa#9423 from sbidoul/8368-no-deadline
Remove deprecation deadline for pypa#8368
2 parents b33e791 + b43062d commit 5629e09

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
@@ -864,7 +864,7 @@ def install(
864864
format(self.name)
865865
),
866866
replacement="to fix the wheel build issue reported above",
867-
gone_in="21.0",
867+
gone_in=None,
868868
issue=8368,
869869
)
870870

0 commit comments

Comments
 (0)