Skip to content

Commit 3542e40

Browse files
committed
Backport changes from setup.py in upstream
1 parent 63d340b commit 3542e40

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Diff for: pyproject.toml

+4-7
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ classifiers = [
1515
"Framework :: Django :: 4.2",
1616
"Framework :: Django :: 5.0",
1717
"Framework :: Django :: 5.1",
18+
"Framework :: Django :: 5.2",
1819
"Intended Audience :: Developers",
1920
"License :: OSI Approved :: BSD License",
2021
"Operating System :: OS Independent",
2122
"Programming Language :: Python",
2223
"Programming Language :: Python :: 3",
23-
"Programming Language :: Python :: 3.8",
2424
"Programming Language :: Python :: 3.9",
2525
"Programming Language :: Python :: 3.10",
2626
"Programming Language :: Python :: 3.11",
@@ -29,18 +29,15 @@ classifiers = [
2929
"Programming Language :: Python :: 3 :: Only",
3030
"Topic :: Internet :: WWW/HTTP",
3131
]
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"]
3734
dynamic = ["version"]
3835

3936
[tool.setuptools.dynamic]
4037
version = {attr = "rest_framework.__version__"}
4138

4239
[project.urls]
43-
Homepage = "https://www.django-rest-framework.org/"
40+
Homepage = "https://www.django-rest-framework.org"
4441
Funding = "https://fund.django-rest-framework.org/topics/funding/"
4542
Source = "https://github.com/encode/django-rest-framework"
4643
Changelog = "https://www.django-rest-framework.org/community/release-notes/"

0 commit comments

Comments
 (0)