Skip to content

Commit

Permalink
requests dropped py3.6 support
Browse files Browse the repository at this point in the history
psf/requests#6091 drops py3.6 support, so the feedstock should require python 3.7 or newer
  • Loading branch information
JacekLach committed Aug 30, 2022
1 parent e23ba39 commit cfd7fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Expand Up @@ -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
Expand Down

0 comments on commit cfd7fa4

Please sign in to comment.