From 6a0b1df50ae766d75eb3196232c3bf785e24eb1e Mon Sep 17 00:00:00 2001 From: awais qureshi Date: Mon, 19 Feb 2024 11:59:38 +0500 Subject: [PATCH] build: python 3.11 and 3.12 support. --- requirements/quality.in | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/quality.in b/requirements/quality.in index 0bd84a64..50e828d0 100644 --- a/requirements/quality.in +++ b/requirements/quality.in @@ -7,3 +7,4 @@ edx-lint # edX pylint rules and plugins isort # to standardize order of imports pycodestyle # PEP 8 compliance validation pydocstyle # PEP 257 compliance validation +wheel