Skip to content

Commit

Permalink
Remove references to python_min
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiushaag committed Dec 10, 2024
1 parent b6a2fab commit 92e0bb1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions recipes/dooit-extras/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,18 @@ build:

requirements:
host:
- python ${{ python_min }}
- python
- pip
- poetry-core
run:
- python >=${{ python_min }}
- python
- dooit >=3.0.4,<4.0

tests:
- python:
imports:
- dooit_extras
pip_check: true
python_version: ${{ python_min }}

about:
homepage: https://github.com/dooit-org/dooit-extras
Expand Down

0 comments on commit 92e0bb1

Please sign in to comment.