Skip to content

Commit 383fe7d

Browse files
committed
Update Python to v3.13.2
1 parent f9f5baf commit 383fe7d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CUDA.md

+1-1
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.8.0 \
6666
--build-arg CUDA_IMAGE_SUBTAG=runtime-ubuntu22.04 \
67-
--build-arg PYTHON_VERSION=3.13.1 \
67+
--build-arg PYTHON_VERSION=3.13.2 \
6868
-t cuda/python/ver \
6969
-f ver/latest.Dockerfile .
7070
```

README.md

+1-1
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.1 \
71+
--build-arg PYTHON_VERSION=3.13.2 \
7272
-t python/ver \
7373
-f ver/latest.Dockerfile .
7474
```

base/.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.env:
22
variables:
3-
PYTHON_VERSION: "3.13.1"
3+
PYTHON_VERSION: "3.13.2"
44
TAG_VERSION_MAJ_MIN: "false"
55
TAG_VERSION_MAJ: "false"
66

scipy/.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.env:
22
variables:
3-
PYTHON_VERSION: "3.13.1"
3+
PYTHON_VERSION: "3.13.2"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.env:
22
variables:
3-
PYTHON_VERSION: "3.13.1"
3+
PYTHON_VERSION: "3.13.2"
44
CUDA_VERSION: "12.8.0"
55
CUDNN_VERSION_AMD64: "9.7.0.66"
66
CUDNN_VERSION_ARM64: "9.7.0.66"

0 commit comments

Comments
 (0)