-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
python_requires
not written when only --min-py3-version
is specified
#178
Comments
probably worth fixing -- I think this can be fixed with a |
The behavior repros when |
yeah probably should do it for the default too -- I guess there'd then be no way to avoid |
Going to try to get a PR for this out this week |
Working on this and the behavior I'm writing is "set python_requires to whatever the minimum is after ingesting all sources (tox envlist, python_requires in setup.cfg, min_py3_version flag, etc)" but I wanted to confirm if this is really the desired behavior. For example the test Perhaps the right behavior is: if |
yeah the latter probably makes more sense |
So I realized from the |
I'm fine killing python 2 support if it's easy -- actually probably about time |
sg |
See repro:
The text was updated successfully, but these errors were encountered: