From 5c6f8073f002e3497179ab208502fe757a4225a4 Mon Sep 17 00:00:00 2001 From: Benjamin Ries Date: Tue, 30 Jan 2024 20:04:42 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbf09c0..d21b60f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ ] description="Konnektor is a package for calculating networks." readme="README.md" -requires-python = ">=3.12" +requires-python = ">=3.11" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",