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 @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [UNRELEASED]
### Added
- Add support for python 3.14
- Add support for django 6.0

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

Expand All @@ -39,6 +40,7 @@ deps =
dj50: Django>=5.0,<5.1
dj51: Django>=5.1,<5.2
dj52: Django>=5.2,<6.0
dj60: Django>=6.0,<6.1
drf312: djangorestframework>=3.12,<3.13
drf313: djangorestframework>=3.13,<3.14
drf314: djangorestframework>=3.14,<3.15
Expand Down
Loading