Skip to content

Commit 8ad644c

Browse files
committed
Switch to Python 3.13
1 parent a096c2b commit 8ad644c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/docker-stacks-foundation/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ RUN echo "auth requisite pam_deny.so" >> /etc/pam.d/su && \
8989
USER ${NB_UID}
9090

9191
# Pin the Python version here, or set it to "default"
92-
ARG PYTHON_VERSION=3.12
92+
ARG PYTHON_VERSION=3.13
9393

9494
# Setup work directory for backward-compatibility
9595
RUN mkdir "/home/${NB_USER}/work" && \

tests/docker-stacks-foundation/test_python_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from tests.conftest import TrackedContainer
66

77
LOGGER = logging.getLogger(__name__)
8-
EXPECTED_PYTHON_VERSION = "3.12"
8+
EXPECTED_PYTHON_VERSION = "3.13"
99

1010

1111
def test_python_version(container: TrackedContainer) -> None:

0 commit comments

Comments
 (0)