From 3761cab9bc0195845c93d6d1fdf400726a82c721 Mon Sep 17 00:00:00 2001
From: Umberto Zerbinati <zerbinati@maths.ox.ac.uk>
Date: Thu, 8 Feb 2024 23:26:24 +0000
Subject: [PATCH] Fix python version

Signed-off-by: Umberto Zerbinati <zerbinati@maths.ox.ac.uk>
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 31b66d8..ae8902b 100644
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@
         "Operating System :: OS Independent",
     ],
     packages=["ngsPETSc", "ngsPETSc.utils"],
-    python_requires = ">=3.10",
+    python_requires = ">=3.9",
     install_requires=install_requires
 
 )