We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python_requires
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).
>=3.6
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.
The text was updated successfully, but these errors were encountered:
This isn't the right place to ask that question. Go to https://discuss.python.org/ or stack overflow and ask there.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: