From c2095b204e0f9577fe802d37060b81b5d3d9463d Mon Sep 17 00:00:00 2001 From: antarcticrainforest Date: Tue, 14 May 2024 17:43:36 +0200 Subject: [PATCH] Fix workflows. --- .github/workflows/ci_job.yml | 2 +- freva-client/pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci_job.yml b/.github/workflows/ci_job.yml index 31b88596..f64a519d 100644 --- a/.github/workflows/ci_job.yml +++ b/.github/workflows/ci_job.yml @@ -39,7 +39,7 @@ jobs: strategy: max-parallel: 5 matrix: - python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] + python-version: [3.9, "3.10", "3.11", "3.12"] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/freva-client/pyproject.toml b/freva-client/pyproject.toml index 0b0083e1..ff833129 100644 --- a/freva-client/pyproject.toml +++ b/freva-client/pyproject.toml @@ -15,7 +15,6 @@ classifiers = [ "License :: OSI Approved :: BSD License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",