Fixed python version.

This commit is contained in:
jupfi 2024-04-28 07:38:28 +02:00
parent d2a2667c24
commit 8ff8d85547

View file

@ -12,7 +12,7 @@ authors = [
description = "A module for the NQRduck program (a simple python script™) to do broadband magnetic resonance measurements."
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.8"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",