From 56c45ab1c5264d67d8f2748c4e45703db2ec4fbf Mon Sep 17 00:00:00 2001 From: Nidhal Baccouri Date: Sun, 7 Jan 2024 15:11:33 +0100 Subject: [PATCH] updated python matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b91f6c..afd29ad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: test: strategy: matrix: - python-version: [ "3.7", "3.8", "3.9" ] + python-version: ["3.7"] os: [ubuntu-latest] # we can add other os like macOS-latest runs-on: ${{ matrix.os }} steps: