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

Use python_requires >=3.5 #3120

Merged
merged 1 commit into from
Feb 15, 2021

Conversation

davidbrochart
Copy link
Member

Fixes #3067

@willingc
Copy link
Contributor

Version 8.0 of widgets should drop 3.5 as it has reached End-of-Life and lacks good support for async and does not have f-strings.

@willingc willingc merged commit f6c160d into jupyter-widgets:master Feb 15, 2021
@davidbrochart davidbrochart deleted the python_requires branch February 15, 2021 17:10
@jtpio jtpio added this to the 8.0 milestone Feb 16, 2021
jasongrout added a commit to jasongrout/ipywidgets that referenced this pull request Feb 18, 2021
As @willingc said in jupyter-widgets#3120 (comment): “Version 8.0 of widgets should drop 3.5 as it has reached [End-of-Life](https://devguide.python.org/#status-of-python-branches) and lacks good support for async and does not have f-strings.”
@jasongrout
Copy link
Member

Version 8.0 of widgets should drop 3.5 as it has reached End-of-Life and lacks good support for async and does not have f-strings.

This is now #3131

jasongrout added a commit to jasongrout/ipywidgets that referenced this pull request Feb 18, 2021
As @willingc said in jupyter-widgets#3120 (comment): “Version 8.0 of widgets should drop 3.5 as it has reached [End-of-Life](https://devguide.python.org/#status-of-python-branches) and lacks good support for async and does not have f-strings.”
ibdafna pushed a commit to ibdafna/ipywidgets that referenced this pull request Feb 19, 2021
As @willingc said in jupyter-widgets#3120 (comment): “Version 8.0 of widgets should drop 3.5 as it has reached [End-of-Life](https://devguide.python.org/#status-of-python-branches) and lacks good support for async and does not have f-strings.”
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.

Use python_requires to check the python version so py2.py3 wheels are not built and pip will work correctly.
4 participants