From 8840ef0141db9a8ebd4637f6b6dda906f1612077 Mon Sep 17 00:00:00 2001 From: Toomore Chiang Date: Sat, 16 Mar 2024 16:02:16 -0700 Subject: [PATCH] Revert "Try using py3.12" This reverts commit 4989adce9d0debd006ab64553a899017a46ba900. --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 441e5fc..62cb6d1 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