Skip to content

Commit 10bb97a

Browse files
committed
Updated readme
1 parent 36bd10e commit 10bb97a

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

setup.py

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,14 @@ def get_description():
2121
"Development Status :: 5 - Production/Stable",
2222
# Supported versions of Django
2323
"Framework :: Django",
24-
"Framework :: Django :: 3.2",
25-
"Framework :: Django :: 4.0",
26-
"Framework :: Django :: 4.1",
24+
"Framework :: Django :: 4.2",
2725
"Framework :: Django :: 5.2",
2826
"Intended Audience :: Developers",
2927
"License :: OSI Approved :: MIT License",
3028
"Natural Language :: English",
3129
# Supported versions of Python
3230
"Programming Language :: Python",
3331
"Programming Language :: Python :: 3",
34-
"Programming Language :: Python :: 3.6",
35-
"Programming Language :: Python :: 3.7",
36-
"Programming Language :: Python :: 3.8",
3732
"Programming Language :: Python :: 3.9",
3833
"Programming Language :: Python :: 3.10",
3934
"Programming Language :: Python :: 3.11",
@@ -44,9 +39,9 @@ def get_description():
4439
packages=find_packages(),
4540
# Dependencies
4641
install_requires=[
47-
"Django >= 3.2, <= 5.2",
42+
"Django >= 4.2, <= 5.2",
4843
"django-email-utils >= 1.0, < 2.0",
4944
# DRF 3.10 is the first to support our minimum Django version of 2.2.
50-
"djangorestframework >= 3.14",
45+
"djangorestframework >= 3.16",
5146
],
5247
)

0 commit comments

Comments
 (0)