-
-
Notifications
You must be signed in to change notification settings - Fork 757
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
No python_requires
defined
#1327
Comments
PR welcome to add |
Thanks @Kludex, I'll try to open one later today! |
I don't have the power to yank the current version. We should ask @tomchristie for that, but I'm not sure if it's that necessary. The recommendation on In any case, that line of code will be useful in the future. |
Checklist
master
.Describe the bug
It seems that no
python_requires
is defined for theuvicorn
package, which in turn results in the latest version being installed in a Python 3.6 (CI) environment (that subsequently fails).If
python_requires
were defined to restrict the package to supported versions of the interpreter, I would have got an older version (that supportedpy36
) instead.Steps to reproduce the bug
In a
py36
environmentExpected behavior
An older version is installed that works.
Actual behavior
uvicorn
errors out, sayspy36
is unsupported.Debugging material
No response
Environment
CPython 3.6
Additional context
No response
The text was updated successfully, but these errors were encountered: