ci: exclude Python 3.13 for Django 4.2

This commit is contained in:
Mathieu Kniewallner 2025-04-11 15:39:09 +02:00 committed by Aleksi Häkli
parent 133f19b2f5
commit 682e4261c9

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'