File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ email backend such as `django-ses <https://github.com/hmarr/django-ses>`_.
29
29
Requirements
30
30
-------------------------------
31
31
32
- - Python 3
32
+ - Python >= 3.6
33
33
- Django >= 2.2 (supported versions)
34
34
35
35
Original file line number Diff line number Diff line change 15
15
"Environment :: Web Environment" ,
16
16
"Framework :: Django" ,
17
17
"Framework :: Django :: 2.2" ,
18
- "Framework :: Django :: 3.0" ,
19
- "Framework :: Django :: 3.1" ,
18
+ "Framework :: Django :: 3.2" ,
19
+ "Framework :: Django :: 4.0" ,
20
+ "Framework :: Django :: 4.1" ,
20
21
"Intended Audience :: Developers" ,
21
22
"License :: OSI Approved :: BSD License" ,
22
23
"Operating System :: OS Independent" ,
26
27
"Programming Language :: Python :: 3.7" ,
27
28
"Programming Language :: Python :: 3.8" ,
28
29
"Programming Language :: Python :: 3.9" ,
30
+ "Programming Language :: Python :: 3.10" ,
29
31
"Topic :: Internet :: WWW/HTTP :: Dynamic Content" ,
30
32
"Topic :: Software Development :: Libraries :: Python Modules" ,
31
33
],
You can’t perform that action at this time.
0 commit comments