From 508da9ca3c4c3b534031b3f7312c8a0d32b8f2a1 Mon Sep 17 00:00:00 2001 From: Paul van Schayck Date: Fri, 5 Jul 2024 16:38:23 +0200 Subject: [PATCH] Disable Python 3.8 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5db4608..49d1eec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v4