From dfac6a26ea22118e0541fb90af336f303fcdef13 Mon Sep 17 00:00:00 2001 From: Paolo Melchiorre Date: Fri, 6 Jun 2025 07:57:55 +0200 Subject: [PATCH] Upgrade to Django 5.x --- .github/workflows/ci.yml | 2 +- CONTRIBUTORS.txt | 2 +- setup.py | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31e4e14..90b5ddd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: python-version: ["3.10", "3.11", "3.12", "3.13"] - django: [2.2, 3.2, 4.2] + django: [2.2, 3.2, 4.2, 5.0, 5.1, 5.2] steps: - uses: actions/checkout@v2 diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 070956a..5795f22 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -35,7 +35,7 @@ Direct Contributors * Mfon Eti-mfon * Irtaza Akram * Matthew Ethan Tam - +* Paolo Melchiorre Other Contributors ================== diff --git a/setup.py b/setup.py index 8ff3c3e..f83c29a 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,9 @@ def parse_dist_meta(): "Framework :: Django :: 4.0", "Framework :: Django :: 4.1", "Framework :: Django :: 4.2", + "Framework :: Django :: 5.0", + "Framework :: Django :: 5.1", + "Framework :: Django :: 5.2", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English",