From 2fb9a74c1f6cd73095be52fa04feb024967e6f25 Mon Sep 17 00:00:00 2001 From: Altay Sansal Date: Fri, 19 May 2023 08:56:26 -0500 Subject: [PATCH] fix python dependency --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b5badcb..689491e 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -14,11 +14,11 @@ build: - mdio = mdio.__main__:main noarch: python script: {{ PYTHON }} -m pip install . -vv - number: 0 + number: 1 requirements: host: - - python >=3.8,<3.11 + - python >=3.8,<3.12 - pip - poetry-core