From 9ac2eaffe6f02b95513bead27e0c47830c4425ab Mon Sep 17 00:00:00 2001 From: Mitul Sharma Date: Tue, 14 May 2024 11:55:22 +0530 Subject: [PATCH] changed python version to 3.10 --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 6384cb0..4f4b491 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: 3.x + python-version: "3.10" steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}