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 }}