From 46cf34cb19bbfe15d73cdba9ee92d503538dcaba Mon Sep 17 00:00:00 2001 From: awais qureshi Date: Fri, 23 Feb 2024 11:49:41 +0500 Subject: [PATCH] chore: adding python3.12 support. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 516fcda..ae11b74 100644 --- a/tox.ini +++ b/tox.ini @@ -35,6 +35,7 @@ allowlist_externals = touch deps = -r{toxinidir}/requirements/quality.txt + setuptools commands = touch tests/__init__.py pylint super_csv manage.py setup.py