1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-08 11:20:26 +02:00

⚙ pyproject.toml: Update supported Python version

This commit is contained in:
Mike Gerber 2025-04-16 10:57:10 +02:00
parent a09a624bde
commit ce7886af23

View file

@ -10,7 +10,7 @@ authors = [
description = "The OCR evaluation tool"
readme = "README.md"
license.file = "LICENSE"
requires-python = ">=3.8"
requires-python = ">=3.9"
keywords = ["qurator", "ocr", "evaluation", "ocr-d"]
dynamic = ["version", "dependencies", "optional-dependencies"]