From ba13e073bcbb602eb474d6766ac7bdf89e01e3e1 Mon Sep 17 00:00:00 2001 From: Kamal Choudhary Date: Fri, 11 Aug 2023 09:32:09 -0400 Subject: [PATCH] Update action_build.yml --- .github/workflows/action_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action_build.yml b/.github/workflows/action_build.yml index 733be667..3673999d 100644 --- a/.github/workflows/action_build.yml +++ b/.github/workflows/action_build.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8,3.9] + python-version: [3.9] steps: - uses: actions/checkout@v2 - name: Setup Python ${{ matrix.python-version }}