Skip to content

Commit

Permalink
chore: Add support for django 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tartieret authored and pmac committed Sep 29, 2021
1 parent 7031f5a commit be1a5bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ of the messages.
This version requires the following versions:

* Python >= 3.5
* Django 2.2, 3.0, 3.1
* Django 2.2, 3.0, 3.1, 3.2
* Celery >= 4.0

Using django-celery-email
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{36,37,38}-dj{22,30,31}-celery{40,41,42,43,44,50,51},py35-dj22,
py{36,37,38}-dj{22,30,31,32}-celery{40,41,42,43,44,50,51},py35-dj22,
flake8
skip_missing_interpreters = true

Expand All @@ -10,6 +10,7 @@ deps =
dj22: Django>=2.2,<2.3
dj30: Django>=3.0,<3.1
dj31: Django>=3.1,<3.2
dj32: Django>=3.2,<3.3
celery40: celery>=4.0,<4.1
celery41: celery>=4.1,<4.2
celery42: celery>=4.2,<4.3
Expand Down

0 comments on commit be1a5bb

Please sign in to comment.