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

Fix installation on Python 3.10: Remove obsolete reference to ensure_python #3368

Merged
merged 1 commit into from
Feb 8, 2022

Conversation

jasongrout
Copy link
Member

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, this issue prevents installing on Python 3.10.

Fixes #3364

Note that we don't use ensure_python on master, so this is just a bugfix on 7.x

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
@jasongrout jasongrout modified the milestones: 8.0, 7.x Feb 3, 2022
@vidartf vidartf merged commit b9a0fa9 into jupyter-widgets:7.x Feb 8, 2022
@jasongrout jasongrout modified the milestones: 7.x, 7.7 Feb 8, 2022
@jasongrout jasongrout changed the title Remove obsolete reference to ensure_python Fix installation on Python 3.10: Remove obsolete reference to ensure_python Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants