From 8b0862326f8e4423de66be3e0b34ae25031c14c6 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Sun, 31 May 2026 08:19:06 +0200 Subject: [PATCH] docs: clarify pip version requirement for pipx minimum_release_age Generated-by: aiautocommit --- docs/dev-tools/backends/pipx.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/dev-tools/backends/pipx.md b/docs/dev-tools/backends/pipx.md index d80e2554e2..8dd5cd86a1 100644 --- a/docs/dev-tools/backends/pipx.md +++ b/docs/dev-tools/backends/pipx.md @@ -30,6 +30,7 @@ If you have `uv` installed, mise will use `uv tool install` under the hood and y When [`minimum_release_age`](/configuration/settings.html#minimum_release_age) is set, mise forwards the cutoff to transitive Python dependency resolution during install. The uv install path uses uv's `--exclude-newer` flag, and the `pipx` fallback passes pip's `--uploaded-prior-to` flag. +When using `minimum_release_age` with the `pipx` install path, `pip >= 26.0` is required for pip's `--uploaded-prior-to` support, and you are responsible for ensuring that compatible Python/pip environment is installed. In case you need `pipx` for other reasons, you can install it with or without mise. Here is how to install `pipx` with mise: