From 771f14118b5ab6fa94ee4fcdee9937ab13c63a66 Mon Sep 17 00:00:00 2001 From: Nathan Hui Date: Fri, 26 Apr 2024 14:47:38 -0700 Subject: [PATCH] ci: Updates working python version to 3.9 --- .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 98d6b79..044bfdc 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -20,4 +20,4 @@ jobs: pip install pylint - name: Analysing the code with pylint run: | - pylint --py-version 3.8 $(git ls-files '*.py') \ No newline at end of file + pylint --py-version 3.9 $(git ls-files '*.py') \ No newline at end of file