From a54703894fe7e68bc4622f43873056196b35b383 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tam=C3=A1s=20Simon?= <tamas.simon@alphacruncher.com>
Date: Mon, 2 Dec 2024 12:26:46 +0000
Subject: [PATCH] Require python >= 3.11 for latest type hints

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 976f30f..2a2ea60 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ dependencies = [
     "pandas",
     "scipy",
 ]
-requires-python = ">=3.8"
+requires-python = ">=3.11"
 classifiers = [
     "Programming Language :: Python :: 3",
     "License :: OSI Approved :: GPLv3",
-- 
GitLab