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 a096c2b commit 8ad644cCopy full SHA for 8ad644c
images/docker-stacks-foundation/Dockerfile
@@ -89,7 +89,7 @@ RUN echo "auth requisite pam_deny.so" >> /etc/pam.d/su && \
89
USER ${NB_UID}
90
91
# Pin the Python version here, or set it to "default"
92
-ARG PYTHON_VERSION=3.12
+ARG PYTHON_VERSION=3.13
93
94
# Setup work directory for backward-compatibility
95
RUN mkdir "/home/${NB_USER}/work" && \
tests/docker-stacks-foundation/test_python_version.py
@@ -5,7 +5,7 @@
5
from tests.conftest import TrackedContainer
6
7
LOGGER = logging.getLogger(__name__)
8
-EXPECTED_PYTHON_VERSION = "3.12"
+EXPECTED_PYTHON_VERSION = "3.13"
9
10
11
def test_python_version(container: TrackedContainer) -> None:
0 commit comments