From 465c1ffc77556bb8a80a678f53a40f16b9766cc6 Mon Sep 17 00:00:00 2001 From: SATOH Fumiyasu Date: Fri, 1 Aug 2025 23:20:24 +0000 Subject: [PATCH] feat: Add Python 3.13 and Django 5.2 (LTS) support --- .gitlab-ci.yml | 41 ++++++++++++++++++----------------------- README.rst | 2 ++ pyproject.toml | 2 +- tox.ini | 8 ++------ 4 files changed, 23 insertions(+), 30 deletions(-) Index: django_mailman3-1.3.14/pyproject.toml =================================================================== --- django_mailman3-1.3.14.orig/pyproject.toml +++ django_mailman3-1.3.14/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ dependencies = [ "django-allauth[socialaccount,openid]>=0.63", "django-gravatar2 >= 1.0.6", - "django>=4.2,<5.1", + "django>=4.2,<5.3", "mailmanclient>=3.3.3", ] requires-python = ">=3.9"