Exclude python 3.13 with django 4.2

This commit is contained in:
MaurizioPilia 2025-10-09 12:39:25 +02:00 committed by GitHub
parent d9ce6b35fa
commit b163a163cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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