From 89846dd835af02db75635f1dbc7c4a8ec443c458 Mon Sep 17 00:00:00 2001 From: Umberto Zerbinati Date: Wed, 29 May 2024 20:08:18 +0100 Subject: [PATCH] Fix python version in ngsPETSc as pointed out by Hussam Signed-off-by: Umberto Zerbinati --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c184979..2828da4 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ "Operating System :: OS Independent", ], packages=["ngsPETSc", "ngsPETSc.utils", "ngsPETSc.utils.firedrake"], - python_requires = ">=3.9", + python_requires = ">=3.8", install_requires=install_requires )