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 syntax error to enable support for python 3.5 #39

Merged
merged 1 commit into from
Dec 7, 2019
Merged

Fix syntax error to enable support for python 3.5 #39

merged 1 commit into from
Dec 7, 2019

Conversation

kevin-bates
Copy link
Collaborator

Since clients of juptyer_server will need to support py3.5, we should
to do the same given JKM's primary application will be jupyter_server.
This change fixes the syntax error and adds 3.5 to test matrices.

Since clients of juptyer_server will need to support py3.5, we should
to do the same given JKM's primary application will be jupyter_server.
This change fixes the syntax error and adds 3.5 to test matrices.
@codecov-io
Copy link

codecov-io commented Dec 5, 2019

Codecov Report

Merging #39 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #39   +/-   ##
=======================================
  Coverage   71.43%   71.43%           
=======================================
  Files          29       29           
  Lines        2048     2048           
=======================================
  Hits         1463     1463           
  Misses        585      585
Impacted Files Coverage Δ
jupyter_kernel_mgmt/hl.py 82.22% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b109f0b...432f762. Read the comment docs.

@kevin-bates kevin-bates mentioned this pull request Dec 5, 2019
@kevin-bates kevin-bates merged commit ccb5476 into takluyver:master Dec 7, 2019
@kevin-bates kevin-bates deleted the fix-35 branch December 7, 2019 17:55
@kevin-bates
Copy link
Collaborator Author

I went ahead and merged this so we could get 0.5.1 out. Not sure how long we'll need to support python 3.5, but at least this checks off a box for moving forward.

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.

None yet

2 participants