Skip to content

Commit

Permalink
test in Django 5.1 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed May 22, 2024
1 parent 815e6a2 commit 64f4f57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envlist =
py{37,38,39,310}-django{32}
py{38,39,310}-django{40}
py{38,39,310,311}-django{41}
py{310,311,312}-django{42,50}
py{310,311,312}-django{42,50,51}
coverage-report

[gh-actions]
Expand All @@ -32,6 +32,7 @@ deps=
django41: Django>=4.1,<4.2
django42: Django>=4.2,<5.0
django50: Django>=5.0,<5.1
django51: git+https://github.com/django/django@main # TODO: update when Django 5.1 is released
coverage[toml]
pillow
ipdb
Expand Down

0 comments on commit 64f4f57

Please sign in to comment.