From dd4505d4040607c30de69c3d50c67358c31cc43e Mon Sep 17 00:00:00 2001 From: Ferdinand Mosca Date: Mon, 1 Jan 2024 13:26:47 +0800 Subject: [PATCH] Add 3.9 version 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 2d1737a..676c54a 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"] + python-version: ["3.9", "3.10"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}