From 568333c2305d14a4298f47f27785138266a003cf Mon Sep 17 00:00:00 2001 From: jyejare Date: Mon, 30 Jan 2023 13:57:02 +0530 Subject: [PATCH] Python versions updated in checks --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index b2af940..4880eca 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: ['3.8', '3.9', '3.10'] steps: - uses: actions/checkout@v2