From ccd662c503674ddfcd0ad666001082255a875f2a Mon Sep 17 00:00:00 2001 From: jupfi Date: Sun, 28 Apr 2024 07:42:24 +0200 Subject: [PATCH] Corrected python version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a1fdaeb..b41fe68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ description = "A module for the NQRduck program (a simple python scriptâ„¢) for automatic Tuning and Matching (TM) system used for magnetic resonance spectroscopy." readme = "README.md" license = { file="LICENSE" } -requires-python = ">=3.8" +requires-python = ">=3.10" classifiers = [ "Programming Language :: Python :: 3",