From cfeab0df5f0ddfd8a9f424654d8fd98ef0bb7bc1 Mon Sep 17 00:00:00 2001 From: Manikandan Dhamodharan <36743759+Mani-D@users.noreply.github.com> Date: Tue, 12 Mar 2024 23:43:26 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4dedda6f..02deb0ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [2.7, 3.8] + #python-version: [2.7, 3.8] + python-version: [3.8] # Steps represent a sequence of tasks that will be executed as part of the job steps: