8000 Added Django 4.0 to test matrix. · coderanger/django-rest-framework@c62e3ca · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit c62e3ca

Browse files
committed
Added Django 4.0 to test matrix.
1 parent f46c33e commit c62e3ca

File tree

1 file changed

+3
-1
lines changed
< 8000 button class="Button Button--iconOnly Button--invisible" aria-label="Open diff view settings" id=":R1stdab:" aria-haspopup="true" aria-expanded="false" tabindex="0">

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ envlist =
33
{py35,py36,py37}-django22,
44
{py36,py37,py38,py39}-django31,
55
{py36,py37,py38,py39}-django32,
6-
{py38,py39}-djangomain,
6+
{py38,py39}-{django40,djangomain},
77
base,dist,docs,
88

99
[travis:env]
1010
DJANGO =
1111
2.2: django22
1212
3.1: django31
1313
3.2: django32
14+
4.0: django40
1415
main: djangomain
1516

1617
[testenv]
@@ -23,6 +24,7 @@ deps =
2324
django22: Django>=2.2,<3.0
2425
django31: Django>=3.1,<3.2
2526
django32: Django>=3.2,<4.0
27+
django40: Django>=4.0a1,<5.0
2628
djangomain: https://github.com/django/django/archive/main.tar.gz
2729
-rrequirements/requirements-testing.txt
2830
-rrequirements/requirements-optionals.txt

0 commit comments

Comments
 (0)
0