From 2519c92f49f1102ceb5b7bbfedc77e7df7a7877c Mon Sep 17 00:00:00 2001 From: Michele Peresano Date: Fri, 16 Feb 2024 11:39:17 +0100 Subject: [PATCH] Test only on Python 3.11 for the moment --- .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 57a0c69..4a67cd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest] - python-version: ["3.11", "3.12"] + python-version: ["3.11"] install-method: ["mamba", "pip"] runs-on: ${{ matrix.os }}