From fa61ff2e83901411f39c8431f132d1fe3a31d723 Mon Sep 17 00:00:00 2001 From: awais qureshi Date: Wed, 28 Feb 2024 18:35:38 +0500 Subject: [PATCH] feat: python3.12 support. --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6fa7929..68ebc15 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,6 @@ norecursedirs = .* docs requirements [testenv] deps = django42: Django>=4.2,<4.3 - drf312: djangorestframework>=3.13,<3.14 drflatest: djangorestframework -r{toxinidir}/requirements/test.txt commands =