Add Python 3.12-3.14 to the pylint test matrix

pull/1131/head
Kálmán „KAMI” Szalai 2026-08-14 11:50:35 +02:00
parent 6cdd5b7712
commit ff03630b69
1 changed files with 1 additions and 1 deletions

View File

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