Skip to content

Commit

Permalink
tox: pin max supported django version to v3.2.x
Browse files Browse the repository at this point in the history
Django made a new release v4.0 supporting python3.8 and 3.9 today. This
breaks some test cases and need further inspectation.

See: #443
Signed-off-by: You-Sheng Yang <vicamo@gmail.com>
  • Loading branch information
vicamo authored and stephenfin committed Dec 7, 2021
1 parent 7085d8a commit 5e930c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deps =
django31: django~=3.1.0
django31: djangorestframework~=3.12.0
django31: django-filter~=21.1.0
django32: django>=3.2.0
django32: django~=3.2.0
django32: djangorestframework~=3.12.0
django32: django-filter~=21.1.0
setenv =
Expand Down

0 comments on commit 5e930c2

Please sign in to comment.