From 25d27becbbbdf70e641e45ccc25437b5dbf8731f Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 5 Aug 2025 22:47:06 +0100 Subject: [PATCH] Update Django Trove classifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7169bb4e..f0c39ad00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ requires-python = ">=3.12,<3.13" classifiers = [ "Development Status :: 4 - Beta", "Environment :: Console", - "Framework :: Django :: 5.0", + "Framework :: Django :: 5.2", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English",