Skip to content

Commit

Permalink
Add Django 3.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Wobrock committed Apr 12, 2021
1 parent 4665d16 commit 09983f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 2.5.3

* Stop packaging the 'tests' module into the release wheel file
* Add Django 3.2 support

## 2.5.2

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def get_version():
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.0",
"Framework :: Django :: 3.1",
"Framework :: Django :: 3.2",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
Expand Down
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 =
py27-django111
py{35,36,37,38}-django{111,20,21}
py{35,36,37,38,39}-django22
py{36,37,38,39}-django{30,31}
py{36,37,38,39}-django{30,31,32}
lint

[gh-actions]
Expand All @@ -26,6 +26,7 @@ deps =
django22: django>=2.2,<2.3
django30: django>=3.0,<3.1
django31: django>=3.1,<3.2
django32: django>=3.2,<3.3

[testenv:lint]
basepython = python3.6
Expand Down

0 comments on commit 09983f5

Please sign in to comment.