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",