Skip to content

Commit b5e21f6

Browse files
committed
Upgrade the testing versions of DRF to 3.14, 3.15
1 parent 9799b46 commit b5e21f6

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"]
35-
drf-version: [ "3.11", "3.12", "3.13" ]
35+
drf-version: ["3.14", "3.15"]
3636
exclude:
3737
# Python 3.9 is incompatible with Django v5+
3838
- django-version: 5.0

0 commit comments

Comments
 (0)