Skip to content

Commit

Permalink
Use python_min syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Nov 21, 2024
1 parent 492d50b commit 7ef1267
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ requirements:
- packaging >=19.0
- pyproject-metadata >=0.7.1
- pip
- python >=3.7
- python {{ python_min }}
- tomli >=1.0.0
run:
- meson >=0.63.3
- ninja
- packaging >=19.0
- pyproject-metadata >=0.7.1
- python >=3.7
- python >={{ python_min }}
- tomli >=1.0.0

tests:
Expand All @@ -45,6 +45,7 @@ tests:
requirements:
run:
- ${{ compiler('c') }}
- python {{ python_min }}
- cython
- git
- gitpython
Expand All @@ -70,4 +71,3 @@ extra:
recipe-maintainers:
- awvwgk
- rgommers

0 comments on commit 7ef1267

Please sign in to comment.