ci: exclude Python 3.13 for Django 4.2

This commit is contained in:
Mathieu Kniewallner 2025-04-11 15:39:09 +02:00
parent 521ec0ae49
commit 16bf04e15e
No known key found for this signature in database
GPG key ID: 516BAE168BD3D42E

View file

@ -23,6 +23,8 @@ jobs:
django-version: 'main'
experimental: true
exclude:
- python-version: '3.13'
django-version: '4.2'
- python-version: '3.9'
django-version: '5.0'
- python-version: '3.13'