From fb3917585cac9375b5dca3a583bafafbc21332ba Mon Sep 17 00:00:00 2001
From: lilly
Date: Mon, 17 Feb 2025 16:19:44 +0100
Subject: [PATCH] pin python version to v3.11
See https://github.com/fsinfuhh/mafiasi/issues/184
---
Pipfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Pipfile b/Pipfile
index 2b70b00..9494e59 100644
--- a/Pipfile
+++ b/Pipfile
@@ -42,4 +42,4 @@ black = "*"
isort = "*"
[requires]
-python_version = "3"
+python_version = "3.11"