We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72d54b commit 85503c5Copy full SHA for 85503c5
.github/workflows/ci.yml
@@ -56,6 +56,7 @@ jobs:
56
django-version:
57
- "4.2" # LTS
58
- "5.0"
59
+ - "5.1"
60
extras:
61
- "test"
62
pyproject.toml
@@ -34,6 +34,7 @@ classifiers = [
34
"Framework :: Django",
35
"Framework :: Django :: 4.2",
36
"Framework :: Django :: 5.0",
37
+ "Framework :: Django :: 5.1",
38
]
39
requires-python = ">=3.10"
40
dependencies = ["django", "markdown", "premailer"]
0 commit comments