Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Run JupyterHub with Python 3.8 #12

Merged
merged 1 commit into from
Apr 14, 2020

Conversation

jgwerner
Copy link
Member

This update installs python 3.8 in JupyterHub's base image. Using python 3.8 will allow us to:

  • Move away from Tornado's coroutines and replace them with native async / awaits.
  • Using python 3.8 also allows us to use other frameworks within the same package namespace that may require this python version or above.

@jgwerner jgwerner added the feature New feature or request label Apr 14, 2020
@jgwerner jgwerner self-assigned this Apr 14, 2020
@codecov
Copy link

codecov bot commented Apr 14, 2020

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #12   +/-   ##
=======================================
  Coverage   54.83%   54.83%           
=======================================
  Files           5        5           
  Lines         341      341           
=======================================
  Hits          187      187           
  Misses        154      154           

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 c169346...c3a58a3. Read the comment docs.

@jgwerner jgwerner merged commit cc07bd9 into IllumiDesk:master Apr 14, 2020
@jgwerner jgwerner deleted the bump-jhub-python branch April 14, 2020 04:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant