From 088e20f848337f36310aae02dd1cc207dcdda83a Mon Sep 17 00:00:00 2001 From: henryruhs Date: Thu, 9 Oct 2025 08:40:11 +0200 Subject: [PATCH] Enforce Python 3.12 --- install.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/install.js b/install.js index 1bbb2f8..a9dfb82 100644 --- a/install.js +++ b/install.js @@ -43,6 +43,17 @@ module.exports = async kernel => message: 'conda install conda=25.5.1 --yes' } }, + { + method: 'shell.run', + params: + { + message: 'conda install python=3.12 --yes', + conda: + { + path: path.resolve(__dirname, '.env') + } + } + }, { method: 'shell.run', params: