From 15736c2022507692c94335f552c2f157bf70dbb3 Mon Sep 17 00:00:00 2001 From: meowmeowahr <51427847+meowmeowahr@users.noreply.github.com> Date: Sun, 18 Feb 2024 21:54:53 -0600 Subject: [PATCH] try to get gh actions working --- .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 d9541de..e212eab 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.11"] + python-version: ["3.9"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}