From 2c2af7b479aa7a4ece10290c51c0b7cef6fc60e7 Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Tue, 8 Apr 2025 18:36:19 -0500 Subject: [PATCH] Add djangorestframework 3.16 to the test matrix. --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 25ae369..a11fedb 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -32,7 +32,7 @@ jobs: matrix: python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13"] django-version: [ "4.2", "5.0", "5.1", "5.2"] - drf-version: ["3.14", "3.15"] + drf-version: ["3.14", "3.15", "3.16"] exclude: # Python 3.9 is incompatible with Django v5+ - django-version: 5.0