[setup] allow Django-4.2

django-5.0
Thomas Leichtfuß 2023-05-02 15:55:34 +02:00
parent b36876d3a2
commit 914074056c
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,7 @@ setup(
packages=find_packages(exclude=["tests"]),
include_package_data=True,
install_requires=[
"Django>=2.2,<4.2",
"Django>=2.2,<5.0",
],
classifiers=[
dev_status,
@ -53,6 +53,7 @@ setup(
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",