Skip to content

Commit 60a08fb

Browse files
authored
Merge pull request #15 from joshourisman/dependabot/pip/django-3.2
Bump django from 3.1.7 to 3.2
2 parents 52dc6d1 + 4c3291c commit 60a08fb

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

poetry.lock

Lines changed: 13 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[tox]
77
isolated_build = true
8-
envlist = django{22,30,31}
8+
envlist = django{22,30,31,32}
99

1010
[testenv]
1111
whitelist_extenals = poetry
@@ -15,5 +15,6 @@ deps =
1515
django22: Django >=2.2, < 3.0
1616
django30: Django >=3.0, < 3.1
1717
django31: Django >=3.1, < 3.2
18+
django32: Django >=3.2, < 3.3
1819
commands =
1920
pytest

0 commit comments

Comments
 (0)