From 626af4ac312d040d4d29a0e2152f40e7d937c9fc Mon Sep 17 00:00:00 2001 From: Dr Griffith Rees Date: Thu, 13 Jun 2024 15:48:45 +0100 Subject: [PATCH] feat(ci): remove unsupported `python` `3.12` --- .github/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4394929..ce33596 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,8 @@ jobs: strategy: fail-fast: true matrix: - python-version: ["3.11", "3.12"] + # python-version: ["3.11", "3.12"] + python-version: ["3.11"] # os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest] runs-on: ${{ matrix.os }} @@ -35,8 +36,6 @@ jobs: - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - - name: Run pre-commit tests - uses: pre-commit/action@main - name: Install with all components for testing run: |