From 89e3cbf61a64c71509806661e4546509fea85dbc Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 8 May 2026 13:38:36 +0100 Subject: [PATCH] Update python to 3.13 --- get_python.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_python.bat b/get_python.bat index 29e0a4f..c0ce249 100644 --- a/get_python.bat +++ b/get_python.bat @@ -1,6 +1,6 @@ CALL \\isis.cclrc.ac.uk\Shares\ISIS_Experiment_Controls_Public\ibex_utils\installation_and_upgrade\install_or_update_uv.bat -set UV_PYTHON=3.11 +set UV_PYTHON=3.13 uv venv call .venv\scripts\activate uv pip install -r "%~dp0\requirements.txt"