From 2b6c9127734ea22b6c1aaa070ac06124e5960c57 Mon Sep 17 00:00:00 2001 From: Anurag Kumar Date: Thu, 30 Sep 2021 01:00:18 +0530 Subject: [PATCH] Update actions.yml updated python-version with 3.9 --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index f1c755fb..394149e0 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}