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