We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae5377 commit f307980Copy full SHA for f307980
base-notebook/Dockerfile
@@ -85,7 +85,7 @@ RUN echo "auth requisite pam_deny.so" >> /etc/pam.d/su && \
85
USER ${NB_UID}
86
87
# Pin python version here, or set it to "default"
88
-ARG PYTHON_VERSION=3.9
+ARG PYTHON_VERSION=3.10
89
90
# Setup work directory for backward-compatibility
91
RUN mkdir "/home/${NB_USER}/work" && \
tests/base-notebook/test_python.py
@@ -5,7 +5,7 @@
5
from tests.conftest import TrackedContainer
6
7
LOGGER = logging.getLogger(__name__)
8
-EXPECTED_PYTHON_VERSION = "3.9"
+EXPECTED_PYTHON_VERSION = "3.10"
9
10
11
def test_python_version(container: TrackedContainer) -> None:
0 commit comments