Skip to content

Commit 8f3dce1

Browse files
committed
Upgrade to 3.12
1 parent 07dc2d0 commit 8f3dce1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ If you want to use the older `Ubuntu` and/or `Python` version, you can use the f
118118
| 2022-10-09 | 22.04 | 3.8 | `7285848c0a11` |
119119
| 2022-10-09 | 22.04 | 3.9 | `ed2908bbb62e` |
120120
| 2023-05-30 | 22.04 | 3.10 | `4d70cf8da953` |
121-
| weekly build | 22.04 | 3.11 | `latest` |
121+
| 2024-03-06 | 22.04 | 3.11 | `07dc2d08734b` |
122+
| weekly build | 22.04 | 3.12 | `latest` |
122123

123124
## Contributing
124125

Diff for: images/docker-stacks-foundation/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RUN echo "auth requisite pam_deny.so" >> /etc/pam.d/su && \
7979
USER ${NB_UID}
8080

8181
# Pin the Python version here, or set it to "default"
82-
ARG PYTHON_VERSION=3.11
82+
ARG PYTHON_VERSION=3.12
8383

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

Diff for: tests/docker-stacks-foundation/test_python_version.py

+1-1
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.11"
8+
EXPECTED_PYTHON_VERSION = "3.12"
99

1010

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

0 commit comments

Comments
 (0)