From 192e3c378d05e8b6acdd67d6280f834846cb5a26 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Mon, 1 Apr 2024 14:25:37 +0500 Subject: [PATCH] chore: Update tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3a51fd2..2cacba7 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{38,312}-django{42}-drf{latest} # Django 4.2 is not supported by DRF < 3.14 + py{38,311,312}-django{42}-drf{latest} # Django 4.2 is not supported by DRF < 3.14 quality [pytest]