From 5d559b2694836d2ccd405d36e0fc69f2becb8c18 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Thu, 7 Dec 2023 08:24:26 +0100
Subject: [PATCH] [setup] Require python>=3.10

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

diff --git a/pyproject.toml b/pyproject.toml
index 0bc632e..36ed5da 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@
 [project]
 name = "idiap-devtools"
 version = "1.0.1b0"
-requires-python = ">=3.9"
+requires-python = ">=3.10"
 description = "This package contains a *pot-pourri* of various tools required to develop python packages at Idiap's GitLab infrastructure"
 readme = "README.md"
 license = {text = "BSD 3-Clause License"}
-- 
GitLab