@@ -35,19 +35,18 @@ def read(*rnames):
3535 "Development Status :: 5 - Production/Stable" ,
3636 "Environment :: Web Environment" ,
3737 "Framework :: Django" ,
38- "Framework :: Django :: 3.2" ,
39- "Framework :: Django :: 4.1" ,
4038 "Framework :: Django :: 4.2" ,
4139 "Framework :: Django :: 5.0" ,
40+ "Framework :: Django :: 5.1" ,
4241 "Intended Audience :: Developers" ,
4342 "License :: OSI Approved :: Apache Software License" ,
4443 "Operating System :: OS Independent" ,
4544 "Programming Language :: Python" ,
46- "Programming Language :: Python :: 3.8" ,
4745 "Programming Language :: Python :: 3.9" ,
4846 "Programming Language :: Python :: 3.10" ,
4947 "Programming Language :: Python :: 3.11" ,
5048 "Programming Language :: Python :: 3.12" ,
49+ "Programming Language :: Python :: 3.13" ,
5150 "Topic :: Internet :: WWW/HTTP" ,
5251 "Topic :: Internet :: WWW/HTTP :: WSGI" ,
5352 "Topic :: Security" ,
@@ -63,5 +62,5 @@ def read(*rnames):
6362 packages = find_packages (exclude = ["tests" , "tests.*" ]),
6463 include_package_data = True ,
6564 zip_safe = False ,
66- install_requires = ["defusedxml>=0.4.1" , "Django>=3 .2" , "pysaml2>=6.5.1" ],
65+ install_requires = ["defusedxml>=0.4.1" , "Django>=4 .2" , "pysaml2>=6.5.1" ],
6766)
0 commit comments