File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,15 @@ classifiers =
38
38
Framework :: Django :: 3.2
39
39
Framework :: Django :: 4.1
40
40
Framework :: Django :: 4.2
41
+ Framework :: Django :: 5.1
42
+ Framework :: Django :: 5.2
41
43
Programming Language :: Python
42
44
Programming Language :: Python :: 3
43
- Programming Language :: Python :: 3.6
44
45
Programming Language :: Python :: 3.7
45
46
Programming Language :: Python :: 3.8
46
47
Programming Language :: Python :: 3.9
47
48
Programming Language :: Python :: 3.10
49
+ Programming Language :: Python :: 3.11
48
50
License :: OSI Approved :: MIT License
49
51
50
52
[options]
@@ -56,7 +58,7 @@ install_requires =
56
58
geoip2
57
59
device_detector
58
60
include_package_data = yes
59
- python_requires = >=3.6
61
+ python_requires = >=3.7
60
62
package_dir =
61
63
=src
62
64
zip_safe = no
You can’t perform that action at this time.
0 commit comments