From 721cd3b1685c79dcdd5c83df0be78dcf32df534d Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Fri, 1 Mar 2024 14:12:37 -0600 Subject: [PATCH] Use Python 3.11 in latest tag. --- latest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/latest.yaml b/latest.yaml index b8fb9f9..18c6b90 100644 --- a/latest.yaml +++ b/latest.yaml @@ -1,9 +1,9 @@ # Define the values used for the "latest" tag conda: CUDA_VER: "12.0.1" - PYTHON_VER: "3.10" + PYTHON_VER: "3.11" LINUX_VER: "ubuntu22.04" wheels: CUDA_VER: "12.0.1" - PYTHON_VER: "3.10" + PYTHON_VER: "3.11" LINUX_VER: "ubuntu20.04"