@@ -8,26 +8,25 @@ authors = [
88]
99description = " Django sessions with a foreign key to the user"
1010readme = " README.rst"
11- # TOOD: drop 3.7
12- requires-python = " >=3.7"
11+ requires-python = " >=3.8"
1312keywords = [" django" , " sessions" ]
1413license = {text = " MIT" }
1514classifiers = [
1615 " Development Status :: 5 - Production/Stable" ,
1716 " Environment :: Web Environment" ,
1817 " Framework :: Django" ,
1918 " Framework :: Django :: 3.2" ,
20- " Framework :: Django :: 4.0 " ,
19+ " Framework :: Django :: 4.2 " ,
2120 " Intended Audience :: Developers" ,
2221 " License :: OSI Approved :: MIT License" ,
2322 " Operating System :: OS Independent" ,
2423 " Programming Language :: Python" ,
2524 " Programming Language :: Python :: 3" ,
26- " Programming Language :: Python :: 3.7" ,
2725 " Programming Language :: Python :: 3.8" ,
2826 " Programming Language :: Python :: 3.9" ,
2927 " Programming Language :: Python :: 3.10" ,
3028 " Programming Language :: Python :: 3.11" ,
29+ " Programming Language :: Python :: 3.12" ,
3130 " Topic :: Security" ,
3231]
3332dependencies = [
0 commit comments