From af68bde325996f2faa1f8a44e84470a2103f939d Mon Sep 17 00:00:00 2001 From: Eric Mark Martin Date: Tue, 25 Jun 2024 06:57:07 -0400 Subject: [PATCH] Remove --prefix from PIP_COMPATIBILITY.md (#4507) ## Summary Since #4085, `--prefix` has been implemented and thus is no longer a compatibility. ## Test Plan N/a --- PIP_COMPATIBILITY.md | 1 - 1 file changed, 1 deletion(-) diff --git a/PIP_COMPATIBILITY.md b/PIP_COMPATIBILITY.md index 3cbc4eded..d05d613b5 100644 --- a/PIP_COMPATIBILITY.md +++ b/PIP_COMPATIBILITY.md @@ -355,7 +355,6 @@ does support a large subset. Missing options and subcommands are prioritized based on user demand and the complexity of the implementation, and tend to be tracked in individual issues. For example: -- [`--prefix`](https://github.com/astral-sh/uv/issues/3076) - [`--trusted-host`](https://github.com/astral-sh/uv/issues/1339) - [`--user`](https://github.com/astral-sh/uv/issues/2077)