From df8a4371fa5a4fcd89c9dcd8ab33b21c1193b5a6 Mon Sep 17 00:00:00 2001 From: John Bates Date: Thu, 5 Mar 2026 13:27:06 -0800 Subject: [PATCH] Bump python version to 3.12 --- features/src/workbench-tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/src/workbench-tools/install.sh b/features/src/workbench-tools/install.sh index c7207050..9d800c4f 100755 --- a/features/src/workbench-tools/install.sh +++ b/features/src/workbench-tools/install.sh @@ -77,7 +77,7 @@ CONDA_PACKAGES_1=( ) CONDA_PACKAGES_2=( - "python=3.9" + "python=3.12" "pip" "perl==5.32.1" "bedtools"