From 0a1e2c6f2a77a823848acafe1cc3f94d601456f4 Mon Sep 17 00:00:00 2001 From: ajay-plivo Date: Thu, 2 May 2024 15:37:25 +0530 Subject: [PATCH] unitTest --- .github/workflows/unitTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unitTests.yml b/.github/workflows/unitTests.yml index 40e977f4..60c6416f 100644 --- a/.github/workflows/unitTests.yml +++ b/.github/workflows/unitTests.yml @@ -11,7 +11,7 @@ jobs: name: UnitTests strategy: matrix: - python-version: [ 3.8, 3.9, 3.11, 3.12] + python-version: [ 3.8, 3.9, 3.11] os: [macos-latest] runs-on: ${{ matrix.os }}