Skip to content

Commit

Permalink
add django 5 to test matrix (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
sklarsa committed Feb 8, 2024
1 parent 8420956 commit 8aff366
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 @@ -4,6 +4,7 @@ envlist =
django{18,110,111,21,22,3,31}-py{37,38,39}-sendgrid{5,6}
django{32}-py{37,38,39,310,311,312}-sendgrid{5,6}
django{4,41,42}-py{38,39,310,311,312}-sendgrid{5,6}
django{5}-py{310,311,312}-sendgrid{5,6}

[gh-actions]
python =
Expand All @@ -26,6 +27,7 @@ deps =
django32: Django>=3.2,<4
django4: Django>=4.0,<4.1
django41: Django>=4.1,<4.2
django5: Django>=5.0,<5.1
sendgrid5: sendgrid>=5,<6
sendgrid6: sendgrid>=6,<7
-rdev-requirements.txt
Expand Down

0 comments on commit 8aff366

Please sign in to comment.