Skip to content

Commit 6859c39

Browse files
committed
Update the PyPI classifiers
1 parent fd02aea commit 6859c39

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,15 @@ classifiers =
3838
Framework :: Django :: 3.2
3939
Framework :: Django :: 4.1
4040
Framework :: Django :: 4.2
41+
Framework :: Django :: 5.1
42+
Framework :: Django :: 5.2
4143
Programming Language :: Python
4244
Programming Language :: Python :: 3
43-
Programming Language :: Python :: 3.6
4445
Programming Language :: Python :: 3.7
4546
Programming Language :: Python :: 3.8
4647
Programming Language :: Python :: 3.9
4748
Programming Language :: Python :: 3.10
49+
Programming Language :: Python :: 3.11
4850
License :: OSI Approved :: MIT License
4951

5052
[options]
@@ -56,7 +58,7 @@ install_requires =
5658
geoip2
5759
device_detector
5860
include_package_data = yes
59-
python_requires = >=3.6
61+
python_requires = >=3.7
6062
package_dir =
6163
=src
6264
zip_safe = no

0 commit comments

Comments
 (0)