Skip to content

Commit e2931c5

Browse files
committed
Test on Django 5.2 (#40)
1 parent 378f28c commit e2931c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
django-version: ["4.2", "5.0", "5.1"]
29+
django-version: ["4.2", "5.0", "5.1", "5.2"]
3030
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3131
exclude:
3232
- python-version: "3.9"
3333
django-version: "5.0"
3434
- python-version: "3.9"
3535
django-version: "5.1"
36+
- python-version: "3.9"
37+
django-version: "5.2"
3638
steps:
3739
- uses: actions/checkout@v4
3840
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)