add djagno 6.0 to github actions CI

This commit is contained in:
David Paul Graham 2026-03-07 15:59:01 -05:00
parent cffa3fe468
commit 1f95402865
No known key found for this signature in database
GPG key ID: ACDB045B782EF333

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