From e79bbcd9e46a8fdd9f943ca671bffb084c40c1fc Mon Sep 17 00:00:00 2001
From: cmoineau <cyril.moineau@cea.fr>
Date: Wed, 23 Apr 2025 14:13:48 +0000
Subject: [PATCH] Update Python min version to 3.10

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

diff --git a/pyproject.toml b/pyproject.toml
index 68fc74f..9c3a98a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,7 +2,7 @@
 name = "aidge_learning"
 description="Functions and alogrithms to train models in the AIDGE framework"
 dependencies = []
-requires-python = ">= 3.8"
+requires-python = ">= 3.10"
 readme = "README.md"
 license = { file = "LICENSE" }
 classifiers = [
-- 
GitLab