Update lint-and-test.yml

This commit is contained in:
MaurizioPilia 2025-10-09 12:57:58 +02:00 committed by GitHub
parent cad656814c
commit 7f983133bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,12 +28,7 @@ jobs:
matrix:
python_version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
django_version: ["4.2", "5.1", "5.2"]
exclude:
- python_version: 3.13
django_version: 4.2
- python_version: 3.14
django_version: 4.2
runs-on: ubuntu-latest
steps: