From 3c91202ea8d8a71b52f324ebc5745872d1c9d293 Mon Sep 17 00:00:00 2001 From: Jef Jonkers Date: Wed, 7 Feb 2024 10:53:14 +0100 Subject: [PATCH] Update requires-python version range --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5cf2957..2506907 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "matplotlib>=3.7.4", "seaborn>=0.13.0", ] -requires-python = ">=3.9" +requires-python = ">=3.9,<3.12" readme = "README.md" license = {text = "IMEC"}