From e7bcc862bdf6f20b437d2e3bd8c154f5c1e74581 Mon Sep 17 00:00:00 2001 From: deeenes Date: Mon, 3 Mar 2025 18:38:08 +0100 Subject: [PATCH] `ci`: run OSX only for `py313` --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdb3901..f233b00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,12 +18,11 @@ jobs: max-parallel: 4 matrix: os: [ubuntu-latest, macos-latest] + python: '3.13' test_server: [false] include: - os: ubuntu-latest python: ['3.9', '3.10', '3.11', '3.12', '3.13'] - - os: macos-latest - python: '3.13' env: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python }}