From c0373a177e55616dcb36c5e3869863085aa8eb29 Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Tue, 16 Apr 2024 12:01:28 +0200 Subject: [PATCH] add system Python label --- .github/workflows/tests+pypi.yml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests+pypi.yml b/.github/workflows/tests+pypi.yml index 95aeb80a..3f334fc5 100644 --- a/.github/workflows/tests+pypi.yml +++ b/.github/workflows/tests+pypi.yml @@ -121,7 +121,18 @@ jobs: strategy: matrix: platform: [ubuntu-latest, macos-12, macos-14, windows-latest] - python-version: ["3.8", "3.11"] + python-version: ["3.8", "3.11", "system"] + exclude: + - platform: ubuntu-latest + python-version: system + - platform: macos-12 + python-version: system + - platform: windows-latest + python-version: system + - platform: macos-14 + python-version: "3.8" + - platform: macos-14 + python-version: "3.11" runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v2 @@ -167,6 +178,17 @@ jobs: matrix: platform: [ubuntu-latest, macos-12, macos-14, windows-latest] python-version: ["3.8", "3.11"] + exclude: + - platform: ubuntu-latest + python-version: system + - platform: macos-12 + python-version: system + - platform: windows-latest + python-version: system + - platform: macos-14 + python-version: "3.8" + - platform: macos-14 + python-version: "3.11" fail-fast: false runs-on: ${{ matrix.platform }} steps: