Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drop python 3.7 support and break importlib-metadata cycle #64

Merged
merged 1 commit into from
Oct 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
ocefpaf marked this conversation as resolved.
Show resolved Hide resolved
- python >=3.8
- packaging >=20.0
- setuptools >=45
- tomli >=1.0.0
Expand Down