Skip to content

Commit

Permalink
Support Django 3.2
Browse files Browse the repository at this point in the history
* Switch Django 3.1 to 3.2

Co-authored-by: Justin Slay <justin.slay@cfpb.gov>
  • Loading branch information
jslay-excella and Justin Slay authored Jul 9, 2021
1 parent 34fdfc3 commit 6973363
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_git_version():


install_requires = [
'Django>=1.11,<3.2',
'Django>=1.11,<3.3',
'djangorestframework>=3.9.1,<4.0',
'django-rest-swagger>=2.2.0',
'requests>=2.18,<3',
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]
skipsdist=True
envlist=lint,py{36}-dj{111,22,31}
envlist=lint,py{36}-dj{111,22,32}

[testenv]
basepython=
Expand All @@ -9,6 +9,7 @@ deps=
dj111: Django>=1.11,<1.12
dj22: Django>=2.2,<2.3
dj31: Django>=3.1,<3.2
dj32: Django>=3.2,<3.3

install_command=pip install -e ".[testing]" -U {opts} {packages}
setenv=
Expand Down

0 comments on commit 6973363

Please sign in to comment.