diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index ea7722e..8b7b757 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: ["ubuntu-20.04"] - python-version: ["3.11", "3.12"] + python-version: ["3.11"] runs-on: ${{ matrix.os }} steps: - name: Checkout