From 28fb57770233b4969f4f3621b59d81edaa31579c Mon Sep 17 00:00:00 2001 From: rafaelurben Date: Tue, 5 Dec 2023 23:24:49 +0100 Subject: [PATCH] Updated supported Django versions --- setup.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index cc59775..42edc1e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,8 +12,8 @@ license = GNU General Public License v3 (GPLv3) classifiers = Environment :: Web Environment Framework :: Django - Framework :: Django :: 4.1 Framework :: Django :: 4.2 + Framework :: Django :: 5.0 Intended Audience :: Developers License :: OSI Approved :: GNU General Public License v3 (GPLv3) Operating System :: OS Independent @@ -22,6 +22,7 @@ classifiers = Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Topic :: Internet :: WWW/HTTP Topic :: Internet :: WWW/HTTP :: Dynamic Content url = https://rafaelurben.github.io/django-kmuhelper @@ -36,7 +37,7 @@ project_urls = setup_requires = setuptools install_requires = - Django>=4.1.0 + Django>=4.2.0 gunicorn>=20.1.0 requests>=2.26.0 WooCommerce>=3.0.0