From 1b693df862319ecaa235866d3957984db66c719a Mon Sep 17 00:00:00 2001 From: Brian Tepera Date: Mon, 11 May 2026 14:17:37 -0400 Subject: [PATCH] update active python version to 3.14 in selector --- _includes/selector.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/selector.html b/_includes/selector.html index 837f53c9443..dfc6d5bafdc 100644 --- a/_includes/selector.html +++ b/_includes/selector.html @@ -370,7 +370,7 @@ document.addEventListener('alpine:init', () => { Alpine.data('rapids_selector', () => ({ // default values - active_python_ver: "3.13", + active_python_ver: "3.14", active_conda_cuda_ver: "13", active_pip_cuda_ver: "13", active_docker_cuda_ver: "13",