From cc3097e1736bd879545ffd7dee8e375fb9e7c5b7 Mon Sep 17 00:00:00 2001 From: Nicolas Kruse Date: Mon, 19 May 2025 11:17:57 +0200 Subject: [PATCH] min. python version updated in project file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 075f638..984dad2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ ] description = "Package for generating HTML and PDF/latex from python code" readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.10" license = "MIT" classifiers = [ "Programming Language :: Python :: 3",