diff mbox series

tox: pin max supported django version to v3.2.x

Message ID 20211207112045.341754-1-vicamo@gmail.com
State Accepted
Headers show
Series tox: pin max supported django version to v3.2.x | expand

Commit Message

You-Sheng Yang Dec. 7, 2021, 11:20 a.m. UTC
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>
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tox.ini b/tox.ini
index 0ed500a..3275600 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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 =