Add support for `python_requires` to wheel #378
Closed
Comments
AutomatedTester
added a commit
to AutomatedTester/rules_python
that referenced
this issue
Nov 11, 2020
This adds support for allowing people to specify which versions of python a wheel should run on. This was added in PEP 440
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: