Update minimum python version
This commit is contained in:
parent
52ada7b8ea
commit
90f30f3228
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version = "0.1.2"
|
||||||
authors = [{ name = "linarphy", email = "linarphy@linarphy.net" }]
|
authors = [{ name = "linarphy", email = "linarphy@linarphy.net" }]
|
||||||
description = "Simulation data management for the measurement of backscattered light in the Virgo interferometer"
|
description = "Simulation data management for the measurement of backscattered light in the Virgo interferometer"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">3.11"
|
requires-python = ">=3.11"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
||||||
|
|
Loading…
Reference in a new issue