Corrected python version.

This commit is contained in:
jupfi 2024-04-28 07:42:24 +02:00
parent 478040a497
commit ccd662c503

View file

@ -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",