From 7aea57474a9b249aad821459b3b05a2944d87e3e Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Thu, 28 Mar 2024 19:06:38 +0500 Subject: [PATCH] chore: Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ce21ae..2da688e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: matrix: os: - ubuntu-20.04 - python-version: [3.8, '3.8', '3.12'] + python-version: ['3.8', '3.12'] steps: - uses: actions/checkout@v1 - name: setup python