From f18dcc5d37c0090cbfac2db852361cd0d4feb5ec Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Fri, 30 Aug 2024 11:24:54 +1100 Subject: [PATCH] fix too tight selector --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 08ec4bfc..b49aaeaa 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -105,7 +105,7 @@ test: - meson - pytz - setuptools <60.0.0 # [py<=311] - - setuptools # [py==312] + - setuptools # [py>=312] - typing_extensions # some linux tests need a C/C++ compiler; # extra f2py tests need a fortran compiler