Skip to content

Commit 71b875c

Browse files
committed
Bump min Django version to 5.2
1 parent 0e7d4b5 commit 71b875c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44

5+
- Dropped support for Django < 5.2
56
- Upgraded to MathJax 4.1.2, using [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Defenses/Subresource_Integrity)
67
for the CDN script. The template tag has also changed to `mathjax_script`. See upgrade considerations
78

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
requires-python = ">=3.10"
3232
dynamic = ["version"]
3333
dependencies = [
34-
"Django>=4.2",
34+
"Django>=5.2",
3535
"Wagtail>=7.0"
3636
]
3737
[project.optional-dependencies]

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
min_version = 4.30
33

44
envlist =
5-
python{3.10}-django{4.2}-wagtail{7.0}-{sqlite}
5+
python{3.10}-django{5.2}-wagtail{7.0}-{sqlite}
66
python{3.11,3.12}-django{5.2}-wagtail{7.0,7.4}-{sqlite}
77
python{3.13,3.14}-django{6.0}-wagtail{7.4}-{sqlite}
88
python{3.14}-django{6.0}-wagtail{main}-{sqlite}
@@ -35,7 +35,6 @@ setenv =
3535
deps =
3636
coverage>=7.0,<8.0
3737

38-
django4.2: Django>=4.2,<4.3
3938
django5.2: Django>=5.2,<5.3
4039
django6.0: Django>=6.0,<6.1
4140

0 commit comments

Comments
 (0)