From b0f9a813225be9514ac5718ce208d72ea36a4122 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Fri, 13 Jun 2025 17:35:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20support=20for=20Python?= =?UTF-8?q?=203.8=20(EOL)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index db089d0..a2d68e6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 9467a1d..69d7b80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]