Skip to content

Commit

Permalink
Update conda_smithy/linter/hints.py
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Nov 5, 2024
1 parent 929a3fc commit 7d05400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_smithy/linter/hints.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def hint_noarch_python_use_python_min(
else:
hints.append(
f"noarch: python recipes should almost always follow the syntax in "
f"[CFEP-25](https://conda-forge.org/docs/maintainer/knowledge_base/#noarch-python). "
f"our [documentation](https://conda-forge.org/docs/maintainer/knowledge_base/#noarch-python). "
f"For the `{section_name}` section of the recipe, you should almost always use `{syntax}` "
f"for the `python` entry. You may need to override the `python_min` variable if the package "
f"requires a newer Python version than the currently supported minimum version on `conda-forge`."
Expand Down

0 comments on commit 7d05400

Please sign in to comment.