Fix python_version and django_version

This commit is contained in:
MaurizioPilia 2025-10-09 12:35:24 +02:00 committed by GitHub
parent 46524cc2e2
commit 8e42622d23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,8 +26,8 @@ jobs:
test:
strategy:
matrix:
python_version: ["3.10", 3.11, 3.12, 3.13, 3.14]
django_version: [4.2, 5.2, 6.0]
python_version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
django_version: ["4.2", "5.2", "6.0"]
# exclude:
# - python_version: 3.12
# django_version: 3.2