You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are seeing that selectors like py<310 are not support in v1 right now due to rattler not defining a py variable. Instead, we should be using the match syntax, match(python, "<3.10"). We may want to lint on this for v1 recipes to help people change it.
The text was updated successfully, but these errors were encountered:
We are seeing that selectors like
py<310
are not support in v1 right now due to rattler not defining apy
variable. Instead, we should be using thematch
syntax,match(python, "<3.10")
. We may want to lint on this for v1 recipes to help people change it.The text was updated successfully, but these errors were encountered: