Skip to content

Commit

Permalink
Test against Django 4.2 (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblum authored Jul 7, 2023
1 parent 031a39b commit 3d009df
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 @@ -9,6 +9,7 @@ envlist =
py3{7,8,9}-django32,
py3{8,9,10}-django40,
py3{8,9,10,11}-django41,
py3{8,9,10,11}-django42,
skip_missing_interpreters=True

[testenv]
Expand All @@ -20,3 +21,4 @@ deps =
django32: Django>=3.2,<3.3
django40: Django>=4.0,<4.1
django41: Django>=4.1,<4.2
django42: Django>=4.2,<4.3

0 comments on commit 3d009df

Please sign in to comment.