From 90e9ca4dd1ed7eab5d767353d363a1b4df6fef7e Mon Sep 17 00:00:00 2001 From: Hannes Weichelt Date: Wed, 10 Apr 2024 19:21:15 +0200 Subject: [PATCH] increased min python version to 3.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 893a48b..c72ca97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ { name = "Hannes Weichelt", email = "hweichelt@uni-potsdam.de" } ] description = "A template project." -requires-python = ">=3.9" +requires-python = ">=3.11" license = {file = "LICENSE"} dynamic = [ "version" ] readme = "README.md"