From 5b2dcac6341dd19dddeb5d391740d764a7196e05 Mon Sep 17 00:00:00 2001 From: David Thrower Date: Tue, 6 Aug 2024 17:38:20 -0400 Subject: [PATCH] Update pylint.yml Matrix test --- .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 581d50f..2cdca9a 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.10" ] # "3.8", "3.9", ] + python-version: [ "3.10", "3.8", "3.9" ] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}