From 669d60b12521e5417a39ad624002783d6bfdde1b Mon Sep 17 00:00:00 2001 From: deep-volue Date: Tue, 26 Mar 2024 15:55:33 +0100 Subject: [PATCH] platform and py versions --- .github/workflows/unittests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 13a9a67..fb600cf 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -11,10 +11,10 @@ on: jobs: unittests: timeout-minutes: 10 - runs-on: linux-20.4 + runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10' , '3.11'] + python-version: ['3.8', '3.9', '3.10' , '3.11'] steps: - name: Cancel Previous Runs uses: styfle/cancel-workflow-action@0.12.1