Skip to content

Commit

Permalink
Merge pull request #38 from jan-janssen/main
Browse files Browse the repository at this point in the history
Drop Python 3.7
  • Loading branch information
agronholm committed Aug 29, 2023
2 parents 87a1f70 + 9bf841c commit 241ab7a
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:

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

requirements:
host:
- python >=3.7
- python >=3.8
- pip
- setuptools_scm
run:
- python >=3.7
- python >=3.8
- importlib_metadata >=3.6
- typing_extensions >=4.4.0
run_constrained:
Expand Down

0 comments on commit 241ab7a

Please sign in to comment.