Skip to content

Commit

Permalink
pin mambaforge images to Python 3.12 (#391)
Browse files Browse the repository at this point in the history
Contributes to rapidsai/build-planning#40

#388 pinned to Python 3.11 for building the mambaforge images here, to
prevent issues in the situation where some but not all RAPIDS repos had
added Python 3.12 support.

This proposes moving that pin to Python 3.12.

Keeping this hard-coded will prevent similar issues the next time we go
to add a Python version (Python 3.13) across RAPIDS.
  • Loading branch information
jameslamb committed Sep 16, 2024
1 parent 9f88733 commit 4aefdb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ include:
- { features: [*python, *clang_format_rapids, *clangd_dev, *cuda_curr_max_rapids, *ucx_rapids, *openmpi], env: *gcc_env }

# mambaforge
- { features: [*conda], env: { "PYTHON_VERSION": "3.11" } }
- { features: [*conda], env: { "PYTHON_VERSION": "3.12" } }

###
# Legacy CUDA 11.x + mambaforge image. Needed so the cudatoolkit 11.x
Expand All @@ -166,4 +166,4 @@ include:
###

# cuda-mambaforge
- { features: [*cuda_prev_max, *conda], env: { "PYTHON_VERSION": "3.11" } }
- { features: [*cuda_prev_max, *conda], env: { "PYTHON_VERSION": "3.12" } }

0 comments on commit 4aefdb8

Please sign in to comment.