From 1ca312cd69bbc08c0a1b353472f9e69d8042a073 Mon Sep 17 00:00:00 2001 From: awais qureshi Date: Wed, 21 Feb 2024 14:50:24 +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 37c133cb..4304fbd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - name: Install Dependencies run: - pip install setuptools + pip install setuptools==69.1.0 pip install -r requirements/ci.txt - name: Run Tests