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
PEP 345 defines Requires-Python for specifying the Python version, but it's not specified here.
That's not going to come up often for projects where conda-press is likely to be used, since the ABI tag is almost always more specific than the Python version. But in cases where there's an unbound pin (e.g. cp3 or py3), Requires-Python may be needed to enforce necessary lower limits.
The text was updated successfully, but these errors were encountered:
I think the could be easily shoved in the metadata. For noarch packages with no python version constraint, we can always shove in py>=2.7. A PR here would be awesome!
PEP 345 defines Requires-Python for specifying the Python version, but it's not specified here.
That's not going to come up often for projects where conda-press is likely to be used, since the ABI tag is almost always more specific than the Python version. But in cases where there's an unbound pin (e.g.
cp3
orpy3
), Requires-Python may be needed to enforce necessary lower limits.The text was updated successfully, but these errors were encountered: