Skip to content

Commit 8c568ba

Browse files
authored
Bump Python version to 3.12. (#88)
1 parent 16ce874 commit 8c568ba

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

containers/conda_env/aarch64_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: aarch64_test
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.10
5+
- python=3.12
66
- pip
77
- wheel
88
- pytest

containers/conda_env/linux_cpu_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: linux_cpu_test
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.10
5+
- python=3.12
66
- cmake
77
- c-compiler
88
- cxx-compiler

containers/dockerfile/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG RAPIDS_VERSION
66
ARG NCCL_VERSION
77
ARG ARCH=x86_64
88
ARG MINIFORGE_VERSION=24.9.2-0
9-
ARG PYTHON_VERSION=3.10
9+
ARG PYTHON_VERSION=3.12
1010

1111
SHELL ["/bin/bash", "-c"]
1212

0 commit comments

Comments
 (0)