Skip to content
New issue

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

Allow overriding python_requires #140

Open
auscompgeek opened this issue Jan 8, 2022 · 3 comments
Open

Allow overriding python_requires #140

auscompgeek opened this issue Jan 8, 2022 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@auscompgeek
Copy link
Member

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:

self.setup_kwargs["python_requires"] = ">=3.6"

Moving it to the metadata config model would probably work, but I haven't tested it.

@auscompgeek auscompgeek added the good first issue Good for newcomers label Jan 8, 2022
@virtuald

This comment has been minimized.

@virtuald

This comment has been minimized.

@virtuald
Copy link
Member

virtuald commented Jan 9, 2022

This isn't the right place to ask that question. Go to https://discuss.python.org/ or stack overflow and ask there.

@auscompgeek auscompgeek added the enhancement New feature or request label Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants