From b62f361c8478fb8620b2fd14e405aa50ae34e9bf Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 29 Aug 2023 08:38:32 -0600 Subject: [PATCH 1/2] Drop Python 3.7 --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 6671c8a..29d4917 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -11,16 +11,16 @@ source: build: noarch: python - number: 0 + number: 1 script: {{ PYTHON }} -m pip install . --no-deps -vv requirements: host: - - python >=3.7 + - python >3.7 - pip - setuptools_scm run: - - python >=3.7 + - python >3.7 - importlib_metadata >=3.6 - typing_extensions >=4.4.0 run_constrained: From 9bf841c970062620ea5c1677bce1a094655980a1 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 29 Aug 2023 08:47:13 -0600 Subject: [PATCH 2/2] Update meta.yaml --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 29d4917..5b0a4af 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -16,11 +16,11 @@ build: requirements: host: - - python >3.7 + - python >=3.8 - pip - setuptools_scm run: - - python >3.7 + - python >=3.8 - importlib_metadata >=3.6 - typing_extensions >=4.4.0 run_constrained: