-
Notifications
You must be signed in to change notification settings - Fork 947
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
ensure_python
deprecated in python 3.10
#3364
Comments
Thanks. We may need to just bump our requirement for |
Actually, the jupyter_packaging code says to just use python_requires instead: https://github.com/jupyter/jupyter-packaging/blob/fe87c6ae46df9d13c363111aa4fbfb3c25418843/jupyter_packaging/setupbase.py#L462-L463
|
jupyter_packaging deprecates ensure_python and recommends using python_requres. We already use python_requires, so there is no need to also use ensure_python. Apparently, there are problems on Python 3.10. Fixes jupyter-widgets#3364
ensure_python is not used on master, only on the 7.x series, so #3368 just takes care of it on the 7.x branch. |
jupyter_packaging deprecates ensure_python and recommends using python_requres. We already use python_requires, so there is no need to also use ensure_python. Apparently, there are problems on Python 3.10. Fixes jupyter-widgets#3364
FIxed in #3368 |
Thanks :) |
We plan to release later this week or next week. |
Description
ensure_python
deprecated in python 3.10, will kill sdist installation.Reproduce
Expected behavior
Doesn't fail
Context
relevant logs:
Full logs:
don't worry about the
/nix/store
paths.The text was updated successfully, but these errors were encountered: