From c7269259e77c1459da11dcc981a315ed41bc0268 Mon Sep 17 00:00:00 2001 From: Lester Hedges Date: Mon, 9 Sep 2024 16:07:00 +0100 Subject: [PATCH] Sire not yet available for Python 3.12 on macOS arm64. --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e9062f4..bc80e4c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -28,7 +28,7 @@ jobs: max-parallel: 9 fail-fast: false matrix: - python-version: ["3.12"] + python-version: ["3.11"] platform: - { name: "windows", os: "windows-latest", shell: "pwsh" } - { name: "linux", os: "ubuntu-latest", shell: "bash -l {0}" }