From 5cbab103f904d98957a0c210aef3db66d56a9ce8 Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Fri, 25 Oct 2024 16:52:18 +0500 Subject: [PATCH] docs: update pypi classifiers Co-authored-by: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f85cbc2e..ad344e3f 100644 --- a/setup.py +++ b/setup.py @@ -132,7 +132,7 @@ def is_requirement(line): 'Framework :: Django', 'Framework :: Django :: 4.2', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.12', ], description="""Enterprise Reporting""", long_description="Tools and products related to providing access to Enterprise data.",