Skip to content

Commit f58220f

Browse files
adamchainzrobhudson
authored andcommitted
Test on Django 6.0
1 parent 2dc6aee commit f58220f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
isolated_build = True
33
envlist =
44
{3.12,3.13}-djmain
5+
{3.12,3.13}-dj{6.0}
56
{3.10,3.11,3.12,3.13,pypy310}-dj{5.0,5.1,5.2}
67
{3.9,3.10,3.11,3.12,3.13,pypy39,pypy310}-dj4.2
78
{3.9,3.10,3.11,3.12,3.13,pypy39,pypy310}-types
@@ -41,6 +42,7 @@ deps =
4142
dj5.0: Django>=5.0.1,<5.1
4243
dj5.1: Django>=5.1,<5.2
4344
dj5.2: Django>=5.2a1,<5.3
45+
dj6.0: Django>=6.0a1,<6.1
4446
djmain: https://github.com/django/django/archive/main.tar.gz
4547

4648

0 commit comments

Comments
 (0)