Skip to content

Commit

Permalink
Updated supported Django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelurben committed Dec 5, 2023
1 parent 191b9e7 commit 28fb577
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 28fb577

Please sign in to comment.