From 90f30f3228fd534417b8208a652cff3569c08a4a Mon Sep 17 00:00:00 2001 From: linarphy Date: Thu, 17 Jul 2025 01:48:35 +0200 Subject: [PATCH] Update minimum python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1ea2aad..e00512c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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+)",