Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Update Python version of jupyterhub to Python 3.8 #115

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Sep 1, 2021

  1. Set python 3.8

    tmckayus committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    86f1086 View commit details
    Browse the repository at this point in the history
  2. Fix path in assemble to 3.8

    tmckayus committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    90d7fb7 View commit details
    Browse the repository at this point in the history
  3. Fix distutils for py38

    tmckayus committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    805c1bc View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    447d969 View commit details
    Browse the repository at this point in the history
  2. Relock with Python 3.8

    tmckayus committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    41436ac View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Set the base image in .aicoe-ci.yaml to a test image

    In order for a build of jupyterhub to work using Python 3.8,
    we need a base image that also uses Python 3.8 which does
    not formally exist yet. Use a test image for CI.
    tmckayus committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    69a1ed1 View commit details
    Browse the repository at this point in the history