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 <vic...@gmail.com>
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 =
-- 
2.32.0

_______________________________________________
Patchwork mailing list
Patchwork@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/patchwork

Reply via email to