From 001dce7ef5a515f06e0ca0a60c8161a6ecdf8937 Mon Sep 17 00:00:00 2001 From: MattHag <16444067+MattHag@users.noreply.github.com> Date: Mon, 9 Jun 2025 13:40:50 +0200 Subject: [PATCH] GitHub CI: Disable latest Python tests on macOS Related #2892 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c0d5c229..37907ff9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -54,7 +54,7 @@ jobs: strategy: matrix: - python-version: [3.8, 3.13] + python-version: [3.8] fail-fast: false steps: