Skip to content

Commit

Permalink
enable testing in Django 5.1 (pre release)
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed May 28, 2024
1 parent 49ae95c commit 12e677a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ envlist =
py{38,39,310,311}-django41{-svg,}
py{38,39,310,311,312}-django42{-svg,}
py{310,311,312}-django50{-svg,}
py{310,311,312}-django51{-svg,}
skip_missing_interpreters = True

[gh-actions]
Expand All @@ -30,6 +31,7 @@ deps =
django41: Django<4.2
django42: Django<4.3
django50: Django<5.1
django51: Django>=5.1a1,<5.2
testfixtures
commands =
python -Wd {envbindir}/django-admin test {posargs}
Expand Down

0 comments on commit 12e677a

Please sign in to comment.