From 9aa7ad6c371de1d87d52544a3549c0c1bd427348 Mon Sep 17 00:00:00 2001 From: Martin Wistuba Date: Fri, 8 Mar 2024 14:16:55 +0100 Subject: [PATCH] does this work? --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 78a19f7c..cb0f7007 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: # Select the Python versions to test against - python-version: ['3.8', '3.9', '3.10', '3.11'] + python-version: ['3.9', '3.10', '3.11'] steps: - name: Check out the code uses: actions/checkout@v3