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

⬆ Move on to supporting Python >= 3.8 only

This commit is contained in:
Mike Gerber 2024-01-03 20:58:24 +01:00
parent c752793be6
commit 7a192880f1
2 changed files with 3 additions and 9 deletions

View file

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