Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.10"]
django-version: ["3.2", "4.2", "5.0", "5.1"]
django-version: ["4.2", "5.0", "5.1"]
experimental: [false]
include:
- python-version: "3.12"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Changelog

*Add a sentence for each interesting change in this section.*

- Drop support for EOL Django 3.2

-------

## v3.5.0 - 2024/09/02
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{38,39,310,311,312,py3}-dj{32,42}
py{38,39,310,311,312,py3}-dj{42}
py{310,311,312,py3}-dj{50,51}
py312-packaging

Expand All @@ -15,7 +15,6 @@ python =

[gh-actions:env]
DJANGO =
3.2: dj32
4.2: dj42
5.0: dj50
5.1: dj51
Expand All @@ -27,7 +26,6 @@ usedevelop = true
deps =
coverage
djangorestframework
dj32: Django~=3.2.0
dj42: Django~=4.2.0
dj50: Django~=5.0.0
dj51: Django~=5.1.0
Expand Down
Loading