Skip to content

Commit 264f849

Browse files
committed
Drop Django 3.2 support
1 parent 6ce69d0 commit 264f849

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.10"]
32-
django-version: ["3.2", "4.2", "5.0", "5.1"]
32+
django-version: ["4.2", "5.0", "5.1"]
3333
experimental: [false]
3434
include:
3535
- python-version: "3.12"

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Changelog
55

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

8+
- Drop support for EOL Django 3.2
9+
810
-------
911

1012
## v3.5.0 - 2024/09/02

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{38,39,310,311,312,py3}-dj{32,42}
3+
py{38,39,310,311,312,py3}-dj{42}
44
py{310,311,312,py3}-dj{50,51}
55
py312-packaging
66

@@ -15,7 +15,6 @@ python =
1515

1616
[gh-actions:env]
1717
DJANGO =
18-
3.2: dj32
1918
4.2: dj42
2019
5.0: dj50
2120
5.1: dj51
@@ -27,7 +26,6 @@ usedevelop = true
2726
deps =
2827
coverage
2928
djangorestframework
30-
dj32: Django~=3.2.0
3129
dj42: Django~=4.2.0
3230
dj50: Django~=5.0.0
3331
dj51: Django~=5.1.0

0 commit comments

Comments
 (0)