From cfd7fa4405baba0a538b2bdf7097dd1ce4f25eb2 Mon Sep 17 00:00:00 2001 From: Jacek Lach Date: Tue, 30 Aug 2022 16:16:16 +0100 Subject: [PATCH] requests dropped py3.6 support https://github.com/psf/requests/pull/6091 drops py3.6 support, so the feedstock should require python 3.7 or newer --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c1efd2f..676b80b 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -17,10 +17,10 @@ build: requirements: host: - - python >=3.6,<4.0 + - python >=3.7,<4.0 - pip run: - - python >=3.6,<4.0 + - python >=3.7,<4.0 - certifi >=2017.4.17 - charset-normalizer >=2,<3 - idna >=2.5,<4