Skip to content

Commit

Permalink
clean up an outdated lint w.r.t. CFEP-25
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Nov 24, 2024
1 parent bd71f01 commit bba756d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conda_smithy/linter/lints.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,9 @@ def lint_require_lower_bound_on_python_version(
lints.append(
"noarch: python recipes are required to have a lower bound "
"on the python version. Typically this means putting "
"`python >=3.6` in **both** `host` and `run` but you should check "
"upstream for the package's Python compatibility."
"`python {{ python_min }}` in `host` and `python >={{ python_min }}` "
"in `run`. Please double-check upstream if the package already "
"requires an even newer Python version."
)


Expand Down

0 comments on commit bba756d

Please sign in to comment.