Skip to content

Commit

Permalink
Merge pull request #78 from RyanClark2k/ryanc/bump-minimum-python
Browse files Browse the repository at this point in the history
Bump minimum supported Python version
  • Loading branch information
nehaljwani committed Jan 29, 2023
2 parents d02f868 + 6fb0a93 commit d967b51
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 @@ -9,7 +9,7 @@ source:
sha256: 8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . -vv
entry_points:
Expand All @@ -18,11 +18,11 @@ build:

requirements:
host:
- python >=3.6,<4.0
- python >=3.8,<4.0
- pip
- poetry-core >=1.0.0
run:
- python >=3.6,<4.0
- python >=3.8,<4.0
- setuptools

test:
Expand Down

0 comments on commit d967b51

Please sign in to comment.