Skip to content

Commit 2edeffe

Browse files
committed
Fixed tox configuration for Django 5.0+.
1 parent fca28c8 commit 2edeffe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ envlist =
33
{py36,py37,py38,py39}-django22-test
44
{py36,py37,py38,py39,py310}-django32-test
55
{py38,py39,py310}-django40-test
6-
{py38,py39,py310,py311}-django{main,41}-test
6+
{py38,py39,py310,py311}-django41-test
7+
{py310,py311}-djangomain-test
78
isort
89
flake
910

0 commit comments

Comments
 (0)