Update pylint.yml

Adding 3.13 to test matrix
This commit is contained in:
Jamie Hardt
2024-10-16 14:30:09 -07:00
committed by GitHub
parent 4ec028b51b
commit c4a2e380de

View File

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