From c4169cadcffdbbc5d2f4c6d857766180454756d2 Mon Sep 17 00:00:00 2001 From: Jothi Prakash Date: Fri, 17 Jan 2025 22:34:25 +0530 Subject: [PATCH 1/2] Removed python3.8 support --- .github/workflows/code-quality-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-quality-checks.yml b/.github/workflows/code-quality-checks.yml index 6a349233..f6f2853e 100644 --- a/.github/workflows/code-quality-checks.yml +++ b/.github/workflows/code-quality-checks.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.9, "3.10", "3.11"] steps: #---------------------------------------------- # check-out repo and set-up python From 1c476cada2317414621dcff0aaec3feaecccba73 Mon Sep 17 00:00:00 2001 From: Jothi Prakash Date: Fri, 17 Jan 2025 22:42:13 +0530 Subject: [PATCH 2/2] Minor fix --- .github/workflows/code-quality-checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code-quality-checks.yml b/.github/workflows/code-quality-checks.yml index f6f2853e..ed253d5e 100644 --- a/.github/workflows/code-quality-checks.yml +++ b/.github/workflows/code-quality-checks.yml @@ -62,7 +62,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ 3.8, 3.9, "3.10", "3.11" ] + python-version: [3.9, "3.10", "3.11" ] steps: #---------------------------------------------- # check-out repo and set-up python @@ -113,7 +113,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, "3.10"] + python-version: [3.9, "3.10"] steps: #---------------------------------------------- # check-out repo and set-up python @@ -165,7 +165,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, "3.10"] + python-version: [3.9, "3.10"] steps: #---------------------------------------------- # check-out repo and set-up python