Skip to content

Commit 85503c5

Browse files
authored
Add official support for Django 5.1 (no code change) (#114)
1 parent b72d54b commit 85503c5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
django-version:
5757
- "4.2" # LTS
5858
- "5.0"
59+
- "5.1"
5960
extras:
6061
- "test"
6162

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ classifiers = [
3434
"Framework :: Django",
3535
"Framework :: Django :: 4.2",
3636
"Framework :: Django :: 5.0",
37+
"Framework :: Django :: 5.1",
3738
]
3839
requires-python = ">=3.10"
3940
dependencies = ["django", "markdown", "premailer"]

0 commit comments

Comments
 (0)