File django52.patch of Package python-postorius
From 0468ab0329df85b89e6b5d9f7b4d1805f47450c9 Mon Sep 17 00:00:00 2001
From: SATOH Fumiyasu <fumiyas@osstech.co.jp>
Date: Tue, 5 Aug 2025 15:16:22 +0000
Subject: [PATCH] feat: Add Python 3.13 and Django 5.2 (LTS) support
---
.gitlab-ci.yml | 40 ++++++++++++++++----------------------
pyproject.toml | 2 +-
src/postorius/doc/news.rst | 2 ++
tox.ini | 8 +++++---
4 files changed, 25 insertions(+), 27 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 83b76d5c..de948694 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ classifiers = [
]
dependencies = [
"django-mailman3>=1.3.13",
- "django>=4.2,<5.1",
+ "django>=4.2,<5.3",
"mailmanclient>=3.3.3",
"readme_renderer[md]",
]
--
GitLab