Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- Add support for python 3.14
- Add support for django 6.0
- Add support for DRF 3.17

### Changed (backward-incompatible)
- Set the minimum version of drf-spectacular to 0.29.0
Expand Down
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ envlist =
py{310,311,312,313}-dj{42,50,51,52}-drf316
py314-dj52-drf316
py{312,313,314}-dj60-drf316
py{310,311,312}-dj{42,50}-drf317
py{310,311,312,313}-dj51-drf317
py{310,311,312,313,314}-dj52-drf317
py{312,313,314}-dj60-drf317
lint
docs

Expand Down Expand Up @@ -46,6 +50,7 @@ deps =
drf314: djangorestframework>=3.14,<3.15
drf315: djangorestframework>=3.15,<3.16
drf316: djangorestframework>=3.16,<3.17
drf317: djangorestframework>=3.17,<3.18
commands =
pytest

Expand Down
Loading