Skip to content

Commit 1cb3fa2

Browse files
authored
Test Django 4.0 (#8280)
* Test Django 4.0 Django 4.0 released today. * Test Django 4.0 * Test Django 4.0 * Test Django 4.0
1 parent c05998f commit 1cb3fa2

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ There is a live example API for testing purposes, [available here][sandbox].
5555
# Requirements
5656

5757
* Python (3.5, 3.6, 3.7, 3.8, 3.9)
58-
* Django (2.2, 3.0, 3.1, 3.2)
58+
* Django (2.2, 3.0, 3.1, 3.2, 4.0)
5959

6060
We **highly recommend** and only officially support the latest patch release of
6161
each Python and Django series.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ continued development by **[signing up for a paid plan][funding]**.
8686
REST framework requires the following:
8787

8888
* Python (3.5, 3.6, 3.7, 3.8, 3.9)
89-
* Django (2.2, 3.0, 3.1, 3.2)
89+
* Django (2.2, 3.0, 3.1, 3.2, 4.0)
9090

9191
We **highly recommend** and only officially support the latest patch release of
9292
each Python and Django series.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def get_version(package):
9393
'Framework :: Django :: 3.0',
9494
'Framework :: Django :: 3.1',
9595
'Framework :: Django :: 3.2',
96+
'Framework :: Django :: 4.0',
9697
'Intended Audience :: Developers',
9798
'License :: OSI Approved :: BSD License',
9899
'Operating System :: OS Independent',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ deps =
2424
django22: Django>=2.2,<3.0
2525
django31: Django>=3.1,<3.2
2626
django32: Django>=3.2,<4.0
27-
django40: Django>=4.0rc1,<5.0
27+
django40: Django>=4.0,<5.0
2828
djangomain: https://github.com/django/django/archive/main.tar.gz
2929
-rrequirements/requirements-testing.txt
3030
-rrequirements/requirements-optionals.txt

0 commit comments

Comments
 (0)