-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Support multiple target versions #2519
Comments
What's the difference in practice between supporting a minimum version, and a range of versions? |
For isort known standard library, you could have some modules that are removed for later versions. |
I guess I'm not sure what should happen if you specify that your minimum version is |
It should report this as an error as it is not available in the Python 3.7 standard library. |
I know that I don't think supporting target ranges is worthwhile.
This is not true - you can infer a minimum target version from the |
Yeah I'd like to only support a minimum target version until convinced otherwise (i.e., until that's proven insufficient). |
Closing for now as I'm okay with current behavior (only supporting minimums). |
target-version
from project metadata #2039 we need to support multiple target versions.The text was updated successfully, but these errors were encountered: