From 3f31a2609b59b92a340f814d8317d715e9243983 Mon Sep 17 00:00:00 2001 From: Pierre-antoine Comby Date: Thu, 17 Oct 2024 13:27:55 +0200 Subject: [PATCH] proj: allow for python 3.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8218cdf..06b3aba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "A simulator and validator of fMRI reconstruction methods." # This field corresponds to the "Description" metadata field: readme = "README.md" # Optional -requires-python = ">=3.10" +requires-python = ">=3.9" dynamic = ["version"] license = {file = "LICENSE.txt"}