Update pylint.yml

Update python versions
This commit is contained in:
2023-12-25 17:40:55 -06:00
committed by GitHub
parent 4004ad893b
commit 2c82c65305

View File

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