From 52c59dedee3acbbaee6d1657b46b0f86ab9c3a7a Mon Sep 17 00:00:00 2001 From: awais qureshi Date: Wed, 3 Apr 2024 15:05:34 +0500 Subject: [PATCH] feat: Added python3.11 support. --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 12cce0c..09de888 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,6 @@ addopts = --cov=tests --cov-report term --cov-config=.coveragerc -p no:randomly testpaths = tests [testenv] -download = true deps = django42: Django>=4.2,<4.3 -r requirements/test.txt