Closed
Description
We would like to allow packages that use robotpy-build to override the python_requires
, which is currently always set to >=3.6
(as documented here).
It's set in our setuptools wrapper function here, which means it can't be overridden currently:
robotpy-build/robotpy_build/setup.py
Line 92 in e738ad3
Moving it to the metadata config model would probably work, but I haven't tested it.