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

You-Sheng Yang vicamo at gmail.com
Tue Dec 7 22:20:45 AEDT 2021


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 at 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



More information about the Patchwork mailing list