From 0c2d0b08a0a6d8d0bd830a911cec718291d8824d Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 16 Nov 2021 22:36:09 +0000 Subject: [PATCH] Fix Django Trove classifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e0f334b8..f8899cde 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( classifiers=[ "Development Status :: 4 - Beta", "Environment :: Console", - "Framework :: Django :: 3.0", + "Framework :: Django :: 3.1", "Intended Audience :: Developers", "Natural Language :: English", "License :: OSI Approved :: BSD License",