Remove Django 5.0 from supported versions

This commit is contained in:
Aleksi Häkli 2025-05-10 13:56:07 +03:00 committed by GitHub
parent 9bc11398f4
commit a58344c3ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
django-version: ['4.2', '5.0', '5.1', '5.2']
django-version: ['4.2', '5.1', '5.2']
include:
# Tox configuration for QA environment
- python-version: '3.13'
@ -25,10 +25,6 @@ jobs:
exclude:
- python-version: '3.13'
django-version: '4.2'
- python-version: '3.9'
django-version: '5.0'
- python-version: '3.13'
django-version: '5.0'
- python-version: '3.9'
django-version: '5.1'
- python-version: '3.9'