[setup] allow Django-4.2
parent
b36876d3a2
commit
914074056c
3
setup.py
3
setup.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue