From 48103f167ebdcdad6e8e0af666d5a924c4affdf0 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 29 Jun 2024 16:43:47 +0200 Subject: [PATCH] Only test latest Python version on MacOS --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index efd24232..5465ba2f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -99,7 +99,8 @@ jobs: runs-on: macos-14 strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + # Only test the latest stable version + python-version: ["3.12"] steps: