From 4b8f441083ea0df4f30146474b448a2f29ac91d0 Mon Sep 17 00:00:00 2001 From: Gregg Thomas Date: Wed, 2 Oct 2024 10:23:08 -0400 Subject: [PATCH] trying to skip more python versions to deal with the dependencies --- recipes/phyloacc/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/phyloacc/meta.yaml b/recipes/phyloacc/meta.yaml index f65bcd3827061..d8b30dff74689 100644 --- a/recipes/phyloacc/meta.yaml +++ b/recipes/phyloacc/meta.yaml @@ -12,7 +12,7 @@ source: build: number: 1 - skip: True # [py < 38] + skip: True # [py < 311] run_exports: - {{ pin_subpackage('phyloacc', max_pin="x") }}