Add Django 6.0 to test matrix

This commit is contained in:
Alexander Carruthers 2025-12-15 15:29:47 +00:00
parent 7f983133bb
commit 5a31b10cd1
No known key found for this signature in database
GPG key ID: D5C2903A460FB29F

View file

@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
python_version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
django_version: ["4.2", "5.1", "5.2"]
django_version: ["4.2", "5.1", "5.2", "6.0"]
runs-on: ubuntu-latest