From 96fb7fe4fb0fc36306a5e582784c719d9ca8852a Mon Sep 17 00:00:00 2001 From: Romain Courtois Date: Sat, 28 Dec 2024 05:55:47 +0100 Subject: [PATCH] Remove unit tests for 3.9 and 3.8 --- .github/workflows/unitest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unitest.yml b/.github/workflows/unitest.yml index e1fb7eb..0a53777 100644 --- a/.github/workflows/unitest.yml +++ b/.github/workflows/unitest.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.10", "3.11"] steps: - uses: actions/checkout@v4 @@ -30,4 +30,4 @@ jobs: - name: Run tests run: | - pytest \ No newline at end of file + pytest