Skip to content

Commit 4ef4c21

Browse files
authored
Add Django 4.2 to test matrix (#374)
1 parent 93b6f82 commit 4ef4c21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ line-length = 120
2222
legacy_tox_ini = """
2323
[tox]
2424
min_version = 4.4
25-
envlist = {py37,py38,py39,py310,py311}-django{320}-{end2end,unittests},{py38,py39,py310,py311}-django{400,410}-{end2end,unittests},py39-lint
25+
envlist = {py37,py38,py39,py310,py311}-django{320}-{end2end,unittests},{py38,py39,py310,py311}-django{400,410,420}-{end2end,unittests},py39-lint
2626
2727
[gh-actions]
2828
python =
@@ -37,6 +37,7 @@ deps =
3737
django320: Django>=3.2,<3.3
3838
django400: Django>=4.0,<4.1
3939
django410: Django>=4.1,<4.2
40+
django420: Django>=4.2,<4.3
4041
coverage
4142
-rrequirements.txt
4243
skip_missing_interpreters=true

0 commit comments

Comments
 (0)