Skip to content

Commit 5c8dfd6

Browse files
committed
Update Python to v3.13.1
1 parent 3d58ecb commit 5c8dfd6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CUDA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ docker build \
6464
--build-arg CUDA_IMAGE=nvidia/cuda \
6565
--build-arg CUDA_VERSION=12.6.3 \
6666
--build-arg CUDA_IMAGE_SUBTAG=runtime-ubuntu22.04 \
67-
--build-arg PYTHON_VERSION=3.13.0 \
67+
--build-arg PYTHON_VERSION=3.13.1 \
6868
-t cuda/python/ver \
6969
-f ver/latest.Dockerfile .
7070
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ To install docker, follow the instructions for your platform:
6868

6969
```bash
7070
docker build \
71-
--build-arg PYTHON_VERSION=3.13.0 \
71+
--build-arg PYTHON_VERSION=3.13.1 \
7272
-t python/ver \
7373
-f ver/latest.Dockerfile .
7474
```

base/.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.env:
22
variables:
3-
PYTHON_VERSION: "3.13.0"
3+
PYTHON_VERSION: "3.13.1"
44
TAG_VERSION_MAJ_MIN: "false"
55
TAG_VERSION_MAJ: "false"
66

scipy/.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.env:
22
variables:
3-
PYTHON_VERSION: "3.13.0"
3+
PYTHON_VERSION: "3.13.1"
44
CTAN_REPO_BUILD_LATEST: "https://mirror.init7.net/ctan/systems/texlive/tlnet"
55
TAG_VERSION_MAJ_MIN: "false"
66
TAG_VERSION_MAJ: "false"

ver/.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.env:
22
variables:
3-
PYTHON_VERSION: "3.13.0"
3+
PYTHON_VERSION: "3.13.1"
44
CUDA_VERSION: "12.6.3"
55
CUDNN_VERSION_AMD64: "9.6.0.74"
66
CUDNN_VERSION_ARM64: "9.6.0.74"

0 commit comments

Comments
 (0)