Skip to content

Commit

Permalink
Merge pull request #64 from isuruf/cycle
Browse files Browse the repository at this point in the history
drop python 3.7 support and break importlib-metadata cycle
  • Loading branch information
ocefpaf authored Oct 26, 2022
2 parents cc9e4da + 22da35d commit 100a4d0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 031e13af771d6f892b941adb6ea04545bbf91ebc5ce68c78aaf3fff6e1fb4844

build:
number: 0
number: 1
noarch: python

outputs:
Expand All @@ -19,11 +19,10 @@ outputs:
noarch: python
requirements:
host:
- python >=3.6
- python >=3.8
- pip
run:
- python >=3.6
- importlib-metadata
- python >=3.8
- packaging >=20.0
- setuptools >=45
- tomli >=1.0.0
Expand Down

0 comments on commit 100a4d0

Please sign in to comment.