From 84d92f0d2fc87ece36e8600b6c6de2e646fd1377 Mon Sep 17 00:00:00 2001 From: awais qureshi Date: Wed, 13 Mar 2024 13:20:45 +0500 Subject: [PATCH] build: adding python3.12 support. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index efe65632..17aa2684 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,7 @@ allowlist_externals = rm deps = setuptools - bdist_wheel + wheel -r{toxinidir}/requirements/doc.txt commands = doc8 --ignore-path docs/_build --ignore-path docs/rest_api.rst README.rst docs