@@ -15,12 +15,12 @@ classifiers = [
15
15
" Framework :: Django :: 4.2" ,
16
16
" Framework :: Django :: 5.0" ,
17
17
" Framework :: Django :: 5.1" ,
18
+ " Framework :: Django :: 5.2" ,
18
19
" Intended Audience :: Developers" ,
19
20
" License :: OSI Approved :: BSD License" ,
20
21
" Operating System :: OS Independent" ,
21
22
" Programming Language :: Python" ,
22
23
" Programming Language :: Python :: 3" ,
23
- " Programming Language :: Python :: 3.8" ,
24
24
" Programming Language :: Python :: 3.9" ,
25
25
" Programming Language :: Python :: 3.10" ,
26
26
" Programming Language :: Python :: 3.11" ,
@@ -29,18 +29,15 @@ classifiers = [
29
29
" Programming Language :: Python :: 3 :: Only" ,
30
30
" Topic :: Internet :: WWW/HTTP" ,
31
31
]
32
- requires-python = " >=3.8"
33
- dependencies = [
34
- " django>=4.2" ,
35
- ' backports.zoneinfo;python_version<"3.9"' ,
36
- ]
32
+ requires-python = " >=3.9"
33
+ dependencies = [" django>=4.2" ]
37
34
dynamic = [" version" ]
38
35
39
36
[tool .setuptools .dynamic ]
40
37
version = {attr = " rest_framework.__version__" }
41
38
42
39
[project .urls ]
43
- Homepage = " https://www.django-rest-framework.org/ "
40
+ Homepage = " https://www.django-rest-framework.org"
44
41
Funding = " https://fund.django-rest-framework.org/topics/funding/"
45
42
Source = " https://github.com/encode/django-rest-framework"
46
43
Changelog = " https://www.django-rest-framework.org/community/release-notes/"
0 commit comments