From 96161b09fbe999a49642808aa77b5ce6f95a2aef Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Sat, 30 Mar 2024 19:05:24 +0500 Subject: [PATCH] fix: Update ci.yml --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b265fd16..57af4bce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,6 @@ jobs: python-version: - '3.8' - '3.11' - - '3.12' toxenv: [py, quality] steps: @@ -56,7 +55,6 @@ jobs: python-version: - '3.8' - '3.11' - - '3.12' steps: - uses: actions/checkout@v4