Skip to content

Commit a78d2bb

Browse files
committed
Django 6 support
1 parent 3eeadbc commit a78d2bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/contrib-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
unit_path: tests/unit/contrib/django
4141
spec: ">=5.0,<6.0"
4242
label: "django-5.x"
43+
- contrib: django
44+
integration_path: tests/integration/contrib/django
45+
unit_path: tests/unit/contrib/django
46+
spec: ">=6.0,<7.0"
47+
label: "django-6.x"
4348
- contrib: falcon
4449
integration_path: tests/integration/contrib/falcon
4550
spec: ">=4.0,<5.0"

0 commit comments

Comments
 (0)