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:
parent
c6e565588b
commit
b0f9a81322
2 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue