min. python version updated in project file

This commit is contained in:
Nicolas Kruse 2025-05-19 11:17:57 +02:00 committed by Nicolas Kruse
parent bdfaa08f37
commit c647bceafc
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ authors = [
] ]
description = "Package for generating HTML and PDF/latex from python code" description = "Package for generating HTML and PDF/latex from python code"
readme = "README.md" readme = "README.md"
requires-python = ">=3.8" requires-python = ">=3.10"
license = "MIT" license = "MIT"
classifiers = [ classifiers = [
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",