Skip to content

Commit

Permalink
Add Django 5 support, drop 4.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bennylope committed Dec 19, 2023
1 parent 86490ea commit 710c737
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
envlist =
flake8,
py{38,39,310}-django{32},
py{38,39,310,311}-django{41},
py{38,39,310,311}-django{42},
py{312}-django{42}
py{38,39}-django{42},
py{310,311,312}-django{42,50}

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

[testenv:flake8]
Expand Down

0 comments on commit 710c737

Please sign in to comment.