mirror of
https://github.com/nqrduck/nqrduck-broadband.git
synced 2024-12-22 23:57:50 +00:00
Fixed python version.
This commit is contained in:
parent
d2a2667c24
commit
8ff8d85547
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ authors = [
|
||||||
description = "A module for the NQRduck program (a simple python script™) to do broadband magnetic resonance measurements."
|
description = "A module for the NQRduck program (a simple python script™) to do broadband magnetic resonance measurements."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = { file="LICENSE" }
|
license = { file="LICENSE" }
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.10"
|
||||||
|
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
|
|
Loading…
Reference in a new issue