File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99### 2.2
1010- Add support for Django-5.0
11- - Drop support for Python-3.12
11+ - Add support for Python-3.12
1212- Drop support for Django-4.1 and lower.
13+ - Drop support for Python-3.8
1314
1415### 2.1.11
1516- Upgrade all external dependencies to their latest versions.
Original file line number Diff line number Diff line change @@ -24,9 +24,8 @@ def readfile(filename):
2424 'Programming Language :: Python :: 3.9' ,
2525 'Programming Language :: Python :: 3.10' ,
2626 'Programming Language :: Python :: 3.11' ,
27+ 'Programming Language :: Python :: 3.12' ,
2728 'Framework :: Django' ,
28- 'Framework :: Django :: 4.0' ,
29- 'Framework :: Django :: 4.1' ,
3029 'Framework :: Django :: 4.2' ,
3130 'Framework :: Django :: 5.0' ,
3231]
You can’t perform that action at this time.
0 commit comments