Skip to content

Commit 9b3496d

Browse files
committed
Add djangorestframework 3.16 to the test matrix.
1 parent 26a41ab commit 9b3496d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
matrix:
3333
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13"]
3434
django-version: [ "4.2", "5.0", "5.1", "5.2"]
35-
drf-version: ["3.14", "3.15"]
35+
drf-version: ["3.14", "3.15", "3.16"]
3636
exclude:
3737
# Python 3.9 is incompatible with Django v5+
3838
- django-version: 5.0

0 commit comments

Comments
 (0)