From 1f7f9fbc5305eed8bfb42356e80e7f79be0a7367 Mon Sep 17 00:00:00 2001 From: awais qureshi Date: Wed, 28 Feb 2024 18:47:42 +0500 Subject: [PATCH] feat: python3.12 support. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 68ebc15..3a51fd2 100644 --- a/tox.ini +++ b/tox.ini @@ -35,6 +35,7 @@ allowlist_externals = make rm deps = + setuptools -r{toxinidir}/requirements/quality.txt commands = make quality