Skip to content

Commit a167305

Browse files
committed
support drf 3.16
1 parent 6f0f83e commit a167305

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88
### Added
99
- add support for python 3.13
1010
- add support for django 5.2
11+
- add support for DRF 3.16
1112

1213
## [0.14.1] - 2024-08-10
1314
### Added

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ envlist =
1111
py{38,39,310,311,312,313}-dj42-drf{314,315}
1212
py{310,311,312,313}-dj50-drf{314,315}
1313
py{310,311,312,313}-dj{51,52}-drf315
14+
py{310,311,312,313}-dj{42,50,51,52}-drf316
1415
lint
1516
docs
1617

@@ -40,6 +41,7 @@ deps =
4041
drf313: djangorestframework>=3.13,<3.14
4142
drf314: djangorestframework>=3.14,<3.15
4243
drf315: djangorestframework>=3.15,<3.16
44+
drf316: djangorestframework>=3.16,<3.17
4345
commands =
4446
pytest
4547

0 commit comments

Comments
 (0)