Skip to content

Commit 5624c8c

Browse files
committed
test against drf 3.17
1 parent 9d5a0f1 commit 5624c8c

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

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.14
1010
- Add support for django 6.0
11+
- Add support for DRF 3.17
1112

1213
### Changed (backward-incompatible)
1314
- Set the minimum version of drf-spectacular to 0.29.0

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ envlist =
1414
py{310,311,312,313}-dj{42,50,51,52}-drf316
1515
py314-dj52-drf316
1616
py{312,313,314}-dj60-drf316
17+
py{310,311,312}-dj{42,50}-drf317
18+
py{310,311,312,313}-dj51-drf317
19+
py{310,311,312,313,314}-dj52-drf317
20+
py{312,313,314}-dj60-drf317
1721
lint
1822
docs
1923

@@ -46,6 +50,7 @@ deps =
4650
drf314: djangorestframework>=3.14,<3.15
4751
drf315: djangorestframework>=3.15,<3.16
4852
drf316: djangorestframework>=3.16,<3.17
53+
drf317: djangorestframework>=3.17,<3.18
4954
commands =
5055
pytest
5156

0 commit comments

Comments
 (0)