From a06896ae2fc48a97862d64394c957ce304932b18 Mon Sep 17 00:00:00 2001 From: Jo Basevi Date: Fri, 30 Aug 2024 11:54:44 +1000 Subject: [PATCH] Update minimum python to 3.10 in conda meta.yaml --- conda/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index c3d8879b..3172bc96 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -26,7 +26,7 @@ requirements: - setuptools >=61.0.0 - versioneer run: - - python >=3.9 + - python >=3.10 {% for dep in project.get('dependencies', []) %} - {{ dep }} {% endfor %}