Add Django 5 testing

This commit is contained in:
Christopher Broderick 2025-05-13 17:12:33 +01:00
parent b2d7a1278c
commit 7ab0b07c3b

View File

@ -14,7 +14,7 @@ jobs:
django-version: "4"
# Define the general matrix for Python with Django
python-version: ["3.10", "3.11", "3.12"]
django-version: ["4"]
django-version: ["4", "5"]
steps:
- uses: actions/checkout@v4