Update minimum python version

This commit is contained in:
linarphy 2025-07-17 01:48:35 +02:00
parent 52ada7b8ea
commit 90f30f3228
Signed by: linarphy
GPG key ID: 0CBF02E039B4FFFF

View file

@ -4,7 +4,7 @@ version = "0.1.2"
authors = [{ name = "linarphy", email = "linarphy@linarphy.net" }]
description = "Simulation data management for the measurement of backscattered light in the Virgo interferometer"
readme = "README.md"
requires-python = ">3.11"
requires-python = ">=3.11"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",