From d8d03d090b917e418998810e41a7175bb83cfe3e Mon Sep 17 00:00:00 2001 From: awais qureshi Date: Tue, 26 Mar 2024 14:23:49 +0500 Subject: [PATCH] build: adding python3.11 support. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 17aa2684..670392a4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{38,312}-django{42}-celery{53}-drf{313,latest} + py{38,311}-django{42}-celery{53}-drf{313,latest} quality docs [testenv]