Skip to content

Commit

Permalink
add django 5 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sklarsa committed Feb 8, 2024
1 parent 8420956 commit b9a3a0a
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 @@ -3,7 +3,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{4,41,42,5}-py{38,39,310,311,312}-sendgrid{5,6}

[gh-actions]
python =
Expand All @@ -26,6 +26,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 b9a3a0a

Please sign in to comment.