From a8fb86d4ebaf2ef70de8b2b30e8a0b9d0bd172ea Mon Sep 17 00:00:00 2001 From: awais qureshi Date: Tue, 20 Feb 2024 15:04:34 +0500 Subject: [PATCH] build: adding support python 3.11 and 3.12. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e54e044..5e0c2cc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Install Dependencies run: pip install -r requirements/ci.txt - pip install -r setuptools + pip install setuptools - name: Run Tests env: