From d8111e7a43290b01d80bae13e7d9e2de5d9cd5e3 Mon Sep 17 00:00:00 2001 From: Bas des Tombe Date: Fri, 28 Jul 2023 12:34:07 +0200 Subject: [PATCH] Update pyproject.toml requires-python = ">=3.9, <3.12" --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b796de8b..b16f6333 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ name = "dtscalibration" description = "A Python package to load raw DTS files, perform a calibration, and plot the result." readme = "README.rst" license = "BSD-3-Clause" -requires-python = ">=3.9, <=3.11" +requires-python = ">=3.9, <3.12" authors = [ {email = "bdestombe@gmail.com"}, {name = "Bas des Tombe, Bart Schilperoort"}