From 705c6abcf4f7eb1d97094bc3bc812a06e4a87dcb Mon Sep 17 00:00:00 2001 From: varun-r-mallya Date: Sun, 21 Sep 2025 14:28:43 +0530 Subject: [PATCH] reduce CI tests --- .github/workflows/pip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 7aaed3f..d5565ce 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: platform: [ubuntu-latest] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.12"] runs-on: ${{ matrix.platform }}