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

Remove Python 2 support, require 3.5+ #94

Merged
merged 1 commit into from
Sep 25, 2019

Conversation

kevin-bates
Copy link
Member

Adjust dependencies and conditional imports/functions that distinguished
between Python versions 2 and 3.

I purposely skipped adjusting code like the following since that should be part of a general native coroutine sweep (see #93).

# py2-compat
raise gen.Return(kernel_id)

Closes: #63

Adjust dependencies and conditional imports/functions that distinguished
between Python versions 2 and 3.
Copy link
Member

@lresende lresende left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Zsailer Zsailer merged commit ff63d37 into jupyter-server:master Sep 25, 2019
@Zsailer
Copy link
Member

Zsailer commented Sep 25, 2019

Thanks, Kevin!

@kevin-bates kevin-bates deleted the remove-py2 branch September 25, 2019 06:03
@vidartf vidartf mentioned this pull request Sep 25, 2019
5 tasks
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.

Drop support for Python 2.7
3 participants