From 74385a92f90f19ebb5dbda554f043e35f04fd5b4 Mon Sep 17 00:00:00 2001 From: Teo Bucci Date: Mon, 25 Mar 2024 22:38:15 +0100 Subject: [PATCH] Removing Python 3.11 and 3.12 since not yet supported by tigramite --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b9fd5f1..39435d4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10"] steps: - name: Checkout repository and submodules uses: actions/checkout@v4