From cfaabef52ae62f1bcdfadce5a709dc5f8b40efa6 Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Fri, 17 Apr 2026 13:53:39 -0400 Subject: [PATCH] fix: update Python support range in install selector --- _includes/selector.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/selector.html b/_includes/selector.html index 4ccaed290e4..837f53c9443 100644 --- a/_includes/selector.html +++ b/_includes/selector.html @@ -382,7 +382,7 @@ active_additional_packages: [], // all possible values - python_vers_stable: ["3.10", "3.11", "3.12", "3.13"], + python_vers_stable: ["3.11", "3.12", "3.13", "3.14"], python_vers_nightly: ["3.11", "3.12", "3.13", "3.14"], conda_cuda_vers_stable: ["12", "13"], conda_cuda_vers_nightly: ["12", "13"],