Add django 6.1 support (#340)

This commit is contained in:
Stan Triepels
2026-08-06 03:00:32 +02:00
committed by GitHub
parent fc81787612
commit b2651ce86c
3 changed files with 9 additions and 3 deletions
+6
View File
@@ -35,12 +35,18 @@ jobs:
django:
- "5.2"
- "6.0"
- "6.1"
exclude:
# django 6.0 does not support earlier than 3.12
- python-version: "3.10"
django: "6.0"
- python-version: "3.11"
django: "6.0"
# django 6.1 does not support earlier than 3.12
- python-version: "3.10"
django: "6.1"
- python-version: "3.11"
django: "6.1"
services:
mongodb: