From ab86d6dfb23e53247be3ce7c6d824ef59ca75c99 Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 9 May 2023 13:57:16 +0200 Subject: [PATCH] chore(setup): update file --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2126825..9d57298 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ packages=["django_gar", "django_gar.migrations"], python_requires=">=3.7", install_requires=[ - "Django>=2.2", + "Django>=3.2", "python-cas>=1.4.0", "lxml>=4.2.5", "requests>=2.19.1", @@ -21,13 +21,15 @@ classifiers=[ "Environment :: Web Environment", "Framework :: Django", - "Framework :: Django :: 2.2", + "Framework :: Django :: 3", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", ], include_package_data=True, zip_safe=False,