1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-06-26 03:59:55 +02:00

🧹 Remove support for Python 3.8 (EOL)

This commit is contained in:
Mike Gerber 2025-06-13 17:35:37 +02:00
parent c6e565588b
commit b0f9a81322
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ authors = [
description = "Convert MODS metadata to a pandas DataFrame"
readme = "README.md"
license.file = "LICENSE"
requires-python = ">=3.8"
requires-python = ">=3.9"
keywords = ["qurator", "mets", "mods", "metadata", "library"]
dynamic = ["dependencies", "optional-dependencies"]