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 @@ -5,6 +5,8 @@ Changelog
5
5
~~~~~~~~~~~~~~~~
6
6
* Add `UniqueConstraint` support for uniqueness validation (Sage Abdullah)
7
7
* Remove `pytz` dependency (Sage Abdullah)
8
+ * Added Django 5.1 and Python 3.13 support
9
+ * Removed Django 3.2 and Python 3.8 support
8
10
9
11
6.3 (26.02.2024)
10
12
~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change 15
15
packages = find_packages (exclude = ('tests*' ,)),
16
16
license = 'BSD' ,
17
17
long_description = open ('README.rst' ).read (),
18
- python_requires = ">=3.8 " ,
18
+ python_requires = ">=3.9 " ,
19
19
install_requires = [
20
- "django>=3 .2" ,
20
+ "django>=4 .2" ,
21
21
],
22
22
extras_require = {
23
23
'taggit' : ['django-taggit>=3.1' ],
30
30
'Operating System :: OS Independent' ,
31
31
'Programming Language :: Python' ,
32
32
'Programming Language :: Python :: 3' ,
33
- 'Programming Language :: Python :: 3.8' ,
34
33
'Programming Language :: Python :: 3.9' ,
35
34
'Programming Language :: Python :: 3.10' ,
36
35
'Programming Language :: Python :: 3.11' ,
37
36
'Programming Language :: Python :: 3.12' ,
37
+ 'Programming Language :: Python :: 3.13' ,
38
38
'Programming Language :: Python :: 3 :: Only' ,
39
39
'Framework :: Django' ,
40
40
],
You can’t perform that action at this time.
0 commit comments