Update pylint.yml

Added 3.12 to the test matrix
This commit is contained in:
Jamie Hardt
2024-07-07 22:22:00 -07:00
committed by GitHub
parent 229467c408
commit 11405ef06c

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}