Skip to content

Commit

Permalink
Confirmed support for Django 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Nov 9, 2021
1 parent 8e8461a commit 32a96cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
max-parallel: 5
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9']
django-version: ['2.2', '3.0', '3.1', 'main']
django-version: ['2.2', '3.0', '3.1', '3.2', 'main']

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This document describes changes between each past release.
==================

- Upgrade to TinyMCE 5.10.1
- Confirmed support for Django 3.2


3.3.0 (2021-03-24)
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ deps =
dj22: Django>=2.2,<3.0
dj30: Django>=3.0,<3.1
dj31: Django>=3.1,<3.2
dj32: Django>=3.2,<4.0
djmain: https://github.com/django/django/archive/main.tar.gz
coverage
pyenchant
Expand Down Expand Up @@ -42,4 +43,5 @@ DJANGO =
2.2: dj22
3.0: dj30
3.1: dj31
3.2: dj32
main: djmain

0 comments on commit 32a96cb

Please sign in to comment.