From a337a19572ef03f2cbd883586c1421712be44e9e Mon Sep 17 00:00:00 2001 From: Scott <38087336+mergemaven11@users.noreply.github.com> Date: Mon, 20 May 2024 14:46:49 -0400 Subject: [PATCH] set py version --- .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 4566b3d..6233948 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.8", "3.9", "3.10", "3.12"] + python-version: ["3.12"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}