馃殌 feature request
Relevant Rules
py_wheel needs to grow this feature
Description
A clear and concise description of the problem or missing capability...
Python wheel rule doesn't have the ability to specify python_requires which can cause issues if the wrong version of python installs the wheel
see https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
Describe the solution you'd like
Ideally I can just extend the signature to add an optional field for this,
Describe alternatives you've considered
No because I couldn't find any
馃殌 feature request
Relevant Rules
py_wheelneeds to grow this featureDescription
A clear and concise description of the problem or missing capability...Python wheel rule doesn't have the ability to specify
python_requireswhich can cause issues if the wrong version of python installs the wheelsee https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
Describe the solution you'd like
Ideally I can just extend the signature to add an optional field for this,
Describe alternatives you've considered
No because I couldn't find any