- commit
- cc32d5f17ab03071ce9c7a82e1dc6a689415b687
- parent
- e6f8358ac9d884593784c1f75b9b7a4455a1389d
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-08-07 07:40
bump supported django version
Diffstat
| M | pyproject.toml | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
@@ -23,7 +23,7 @@ classifiers = [ 23 23 "Programming Language :: Python :: 3", 24 24 ] 25 25 dependencies = [26 -1 "django>=3.2",-1 26 "django>=4.2", 27 27 ] 28 28 29 29 [project.urls]