From 64dfe40dd9b175b33a732f93c93619edc24969c7 Mon Sep 17 00:00:00 2001
From: patmjen <patmjen@dtu.dk>
Date: Fri, 11 Oct 2024 15:50:50 +0200
Subject: [PATCH] Update default Python version

---
 scripts/init.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/init.sh b/scripts/init.sh
index 64045b4..eba9080 100644
--- a/scripts/init.sh
+++ b/scripts/init.sh
@@ -6,7 +6,7 @@
 # This is what you should change for your setup
 VENV_NAME=venv         # Name of your virtualenv (default: venv)
 VENV_DIR=.             # Where to store your virtualenv (default: current directory)
-PYTHON_VERSION=3.11.3  # Python version (default: 3.11.3)
+PYTHON_VERSION=3.11.9  # Python version (default: 3.11.9)
 CUDA_VERSION=11.8      # CUDA version (default: 11.8)
 
 # Load modules
-- 
GitLab