From f293beb1763eec2ccaa03b16d06da763d8cd4a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Borgna?= <121866228+aborgna-q@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:51:39 +0000 Subject: [PATCH] chore: Check `uv` version (#660) As requested by #648. I'm not sure if this is too much noise to add for a simple check. Closes #648 --- DEVELOPMENT.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 4cd583a0..6e28434b 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -30,6 +30,9 @@ To setup the environment manually you will need: - Just: [just.systems](https://just.systems/) - uv `>=0.4.27`: [docs.astral.sh](https://docs.astral.sh/uv/getting-started/installation/) + * If you have an older manually installed `uv` version you can upgrade it + with `uv self update`, or by following the instructions in your package + manager. The extended test suite has additional requirements. These are **optional**; tests that require them will be skipped if they are not installed.