Skip to content

Commit

Permalink
Replace Django 5.0 with 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bennylope committed Oct 28, 2024
1 parent 12063d1 commit 51d9ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist =
flake8,
py{38,39,310}-django{32},
py{38,39}-django{42},
py{310,311,312}-django{42,50}
py{310,311,312}-django{42,51}

[gh-actions]
python =
Expand Down Expand Up @@ -32,7 +32,7 @@ deps =
hatch>=1.7.0
django32: Django>=3.2,<4
django42: Django>=4.2,<4.3
django50: Django>=5.0,<5.1
django51: Django>=5.1,<5.2
extras = tests

[testenv:flake8]
Expand Down

0 comments on commit 51d9ae3

Please sign in to comment.