Skip to content

Commit 34be5fc

Browse files
committed
Update tox matrix to include Django 5
1 parent 287f49e commit 34be5fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[tox]
88
envlist =
99
{py311}-flake8,
10-
{py39,py310,py311,py312}-{dj32,dj40,dj41,dj42}
10+
{py310,py311,py312}-{dj32,dj40,dj41,dj42,dj5}
1111

1212
[gh-actions]
1313
python =
@@ -24,10 +24,11 @@ setenv =
2424
allowlist_externals = django-admin
2525
commands = django-admin test tests
2626
deps =
27-
dj32: Django>=3.2,<3.3
27+
dj32: Django>=3.2,<4
2828
dj40: Django>=4,<4.1
2929
dj41: Django>=4.1,<4.2
3030
dj42: Django>=4,<5
31+
dj5: Django>=5.0,<6
3132
; djmaster: https://github.com/django/django/zipball/master
3233

3334
[testenv:py12-flake8]

0 commit comments

Comments
 (0)