From 1a5e244a66576071ed9db64a43a70263b8d70c09 Mon Sep 17 00:00:00 2001 From: Marcos Frenkel <38033108+marcosfrenkel@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:59:26 -0300 Subject: [PATCH] Upgrade Python version from 3.10 to 3.12 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 5ea0f19..04a0d78 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge - defaults dependencies: - - python=3.10 + - python=3.12 - jupyterlab - jupyter_bokeh - qcodes=0.44.1