Skip to content

Commit 3275ba1

Browse files
authored
doc: need to specify min value default
1 parent 992b382 commit 3275ba1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/maintainer/knowledge_base.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,6 +1483,8 @@ In order to qualify as a noarch python package, all of the following criteria mu
14831483
All recipes employing `noarch: python` should use the `python_min` variable per the following example:
14841484

14851485
```yaml title="recipe/meta.yaml"
1486+
{% set python_min = python_min|default("0.1a0") %}
1487+
14861488
name: package
14871489
source:
14881490
# ...

0 commit comments

Comments
 (0)