Skip to content

Commit

Permalink
Merge pull request #1711 from maresb/patch-2
Browse files Browse the repository at this point in the history
Bump Python 3.9 → 3.10
  • Loading branch information
mathbunnyru committed May 28, 2022
2 parents 1c40816 + ee338c3 commit 872b025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ RUN echo "auth requisite pam_deny.so" >> /etc/pam.d/su && \
USER ${NB_UID}

# Pin python version here, or set it to "default"
ARG PYTHON_VERSION=3.9
ARG PYTHON_VERSION=3.10

# Setup work directory for backward-compatibility
RUN mkdir "/home/${NB_USER}/work" && \
Expand Down
2 changes: 1 addition & 1 deletion tests/base-notebook/test_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


def test_python_version(
container: TrackedContainer, python_next_version: str = "3.10"
container: TrackedContainer, python_next_version: str = "3.11"
) -> None:
"""Check that python version is lower than the next version"""
LOGGER.info(f"Checking that python version is lower than {python_next_version}")
Expand Down

0 comments on commit 872b025

Please sign in to comment.