@@ -36,16 +36,17 @@ def read(*rnames):
3636 "Environment :: Web Environment" ,
3737 "Framework :: Django" ,
3838 "Framework :: Django :: 3.2" ,
39- "Framework :: Django :: 4.0" ,
4039 "Framework :: Django :: 4.1" ,
40+ "Framework :: Django :: 4.2" ,
41+ "Framework :: Django :: 5.0" ,
4142 "Intended Audience :: Developers" ,
4243 "License :: OSI Approved :: Apache Software License" ,
4344 "Operating System :: OS Independent" ,
4445 "Programming Language :: Python" ,
45- "Programming Language :: Python :: 3.7" ,
4646 "Programming Language :: Python :: 3.8" ,
4747 "Programming Language :: Python :: 3.9" ,
4848 "Programming Language :: Python :: 3.10" ,
49+ "Programming Language :: Python :: 3.11" ,
4950 "Topic :: Internet :: WWW/HTTP" ,
5051 "Topic :: Internet :: WWW/HTTP :: WSGI" ,
5152 "Topic :: Security" ,
@@ -61,5 +62,5 @@ def read(*rnames):
6162 packages = find_packages (exclude = ["tests" , "tests.*" ]),
6263 include_package_data = True ,
6364 zip_safe = False ,
64- install_requires = ["defusedxml>=0.4.1" , "Django>=2.2,<5 " , "pysaml2>=6.5.1" ],
65+ install_requires = ["defusedxml>=0.4.1" , "Django>=3.2 " , "pysaml2>=6.5.1" ],
6566)
0 commit comments