From d145f9107de1cec7df2baeac07d489e806412901 Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Tue, 20 Jun 2023 14:52:26 +0200 Subject: [PATCH] Drop python/3.7 support --- conda-recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index a1b60bf..2d05cb9 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -15,10 +15,10 @@ build: requirements: build: - - python >=3.7 + - python >=3.8 - setuptools run: - - python >=3.7 + - python >=3.8 - numpy - scipy - h5py