mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-06-25 11:39:54 +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
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
|
||||
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
|
||||
|
||||
runs-on: "ubuntu-latest"
|
||||
|
||||
|
|
|
@ -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