Skip to content

Commit

Permalink
Merge branch 'master' into steve/add-reply-to-list
Browse files Browse the repository at this point in the history
  • Loading branch information
sklarsa committed Nov 8, 2023
2 parents 4f0c2d0 + 1ced2eb commit 49717e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
# https://docs.djangoproject.com/en/4.0/faq/install/#what-python-version-can-i-use-with-django
envlist =
django{18,110,111,21,22,3,31}-py{37,38,39}-sendgrid{5,6}
django{32}-py{37,38,39,310}-sendgrid{5,6}
django{4,41}-py{38,39,310}-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}

[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310
3.11: py311
3.12: py312

[testenv]
deps =
Expand Down

0 comments on commit 49717e4

Please sign in to comment.