Skip to content

Commit

Permalink
Merge pull request #58 from JacekLach/patch-1
Browse files Browse the repository at this point in the history
requests dropped py3.6 support
  • Loading branch information
ocefpaf committed Aug 30, 2022
2 parents e23ba39 + a83a7c3 commit 6d088ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ source:
sha256: 7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . -vv

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 6d088ad

Please sign in to comment.