From a846631e87698f148463309509d9e84aa5777c78 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Tue, 25 Mar 2025 17:54:04 -0700 Subject: [PATCH] fool uv into using some black version Signed-off-by: Todd Gamblin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 031ef1ba815..6dac94897ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name="spack" description="The spack package manager" -requires-python=">=3.6" +requires-python=">=3.6.2" dependencies=[ "clingo", "setuptools",