Skip to content

Commit d5852f5

Browse files
authored
Run tests on Django 5.1 in CI (#438)
1 parent 219232f commit d5852f5

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
@@ -25,7 +25,7 @@ min_version = 4.4
2525
envlist =
2626
{py37,py38,py39,py310,py311}-django{320}-{end2end,unittests}
2727
{py38,py39,py310,py311,py312}-django{400,410,420}-{end2end,unittests}
28-
{py310,py311,py312}-django{500}-{end2end,unittests}
28+
{py310,py311,py312}-django{500,510}-{end2end,unittests}
2929
py39-lint
3030
3131
[gh-actions]
@@ -44,6 +44,7 @@ deps =
4444
django410: Django>=4.1,<4.2
4545
django420: Django>=4.2,<4.3
4646
django500: Django>=5.0a1,<5.1
47+
django510: Django>=5.1
4748
coverage
4849
-rrequirements.txt
4950
skip_missing_interpreters=true

0 commit comments

Comments
 (0)