From e81b595fd51475a59fca76eeb71f39ec21591937 Mon Sep 17 00:00:00 2001 From: Muhammad Anas Date: Mon, 18 Nov 2024 17:00:41 +0500 Subject: [PATCH] chore: removed python 3.8 from CI --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcd0e055..df614d9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,6 @@ jobs: strategy: matrix: python_version: - - 3.8 - 3.11 edx_branch: - master