From fdaa9f0eab136ea09b8819c41810526505f9793d Mon Sep 17 00:00:00 2001
From: Nadja Geisler <ngeisler@fachschaft.informatik.tu-darmstadt.de>
Date: Wed, 20 Apr 2022 16:47:58 +0000
Subject: [PATCH] add new python version

---
 Utils/setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Utils/setup.sh b/Utils/setup.sh
index b10e7d48..7993082c 100755
--- a/Utils/setup.sh
+++ b/Utils/setup.sh
@@ -10,7 +10,7 @@ rm -rf venv/
 
 # Setup Python Environment
 # Requires: Virtualenv, appropriate Python installation
-virtualenv venv -p python3
+virtualenv venv -p python3.9
 source venv/bin/activate
 pip install --upgrade setuptools pip wheel
 pip install -r requirements.txt
-- 
GitLab