Skip to content

Commit 3f13b26

Browse files
committed
Python: Update to v3.13.1
1 parent 7b57ed6 commit 3f13b26

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.devcontainer/Python.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BUILD_ON_IMAGE=glcr.b-data.ch/python/base
2-
ARG PYTHON_VERSION=3.13.0
2+
ARG PYTHON_VERSION=3.13.1
33

44
ARG INSTALL_DEVTOOLS
55
ARG NODE_VERSION

.devcontainer/cuda-python-base/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"context": "..",
66
"args": {
77
"BUILD_ON_IMAGE": "glcr.b-data.ch/cuda/python/base",
8-
"PYTHON_VERSION": "3.13.0",
8+
"PYTHON_VERSION": "3.13.1",
99
// "UNMINIMIZE": "unset-to-keep-minimized",
1010
"JUPYTERLAB_VERSION": "4.2.5",
1111
// "INSTALL_DEVTOOLS": "unset-to-not-install",

.devcontainer/cuda-python-scipy/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"context": "..",
66
"args": {
77
"BUILD_ON_IMAGE": "glcr.b-data.ch/cuda/python/scipy",
8-
"PYTHON_VERSION": "3.13.0",
8+
"PYTHON_VERSION": "3.13.1",
99
// "UNMINIMIZE": "unset-to-keep-minimized",
1010
"JUPYTERLAB_VERSION": "4.2.5",
1111
// "INSTALL_DEVTOOLS": "unset-to-not-install",

.devcontainer/python-base/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"context": "..",
66
"args": {
77
"BUILD_ON_IMAGE": "glcr.b-data.ch/python/base",
8-
"PYTHON_VERSION": "3.13.0",
8+
"PYTHON_VERSION": "3.13.1",
99
// "UNMINIMIZE": "unset-to-keep-minimized",
1010
"JUPYTERLAB_VERSION": "4.2.5",
1111
// "INSTALL_DEVTOOLS": "unset-to-not-install",

.devcontainer/python-scipy/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"context": "..",
66
"args": {
77
"BUILD_ON_IMAGE": "glcr.b-data.ch/python/scipy",
8-
"PYTHON_VERSION": "3.13.0",
8+
"PYTHON_VERSION": "3.13.1",
99
// "UNMINIMIZE": "unset-to-keep-minimized",
1010
"JUPYTERLAB_VERSION": "4.2.5",
1111
// "INSTALL_DEVTOOLS": "unset-to-not-install",

0 commit comments

Comments
 (0)