From 47c7eb5434488fc743c0132fd762cdcf577ae04c Mon Sep 17 00:00:00 2001 From: "Dr.-Ing. Amilcar do Carmo Lucas" Date: Mon, 13 May 2024 19:04:39 +0200 Subject: [PATCH] BUGFIX: pylint.py latest ubuntu does not support python 3.6.7 --- .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 00e30ac..cec3d54 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.6.7", "3.12.3"] + python-version: ["3.8", "3.12.3"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}