From 61f135f6b59e5c1ea5fe9a3ed4d4b0204d66a5a7 Mon Sep 17 00:00:00 2001 From: Kevin Lalumiere Date: Tue, 23 Apr 2024 12:34:00 -0400 Subject: [PATCH] Python 3.8 is not available with macos-latest --- .github/workflows/coveo-arnparse.yml | 5 ++++- .github/workflows/coveo-example-library.yml | 5 ++++- .github/workflows/coveo-functools.yml | 5 ++++- .github/workflows/coveo-itertools.yml | 5 ++++- .github/workflows/coveo-pypi-cli.yml | 5 ++++- .github/workflows/coveo-ref.yml | 5 ++++- .github/workflows/coveo-settings.yml | 5 ++++- .github/workflows/coveo-styles.yml | 5 ++++- .github/workflows/coveo-systools.yml | 5 ++++- .github/workflows/coveo-testing-extras.yml | 5 ++++- .github/workflows/coveo-testing.yml | 5 ++++- 11 files changed, 44 insertions(+), 11 deletions(-) diff --git a/.github/workflows/coveo-arnparse.yml b/.github/workflows/coveo-arnparse.yml index e57f468..cf23162 100644 --- a/.github/workflows/coveo-arnparse.yml +++ b/.github/workflows/coveo-arnparse.yml @@ -31,8 +31,11 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, "3.10"] + python-version: ["3.8", "3.10"] os: [ubuntu-latest, windows-latest, macos-latest] + exclude: + - os: macos-latest + python-version: "3.8" steps: - name: Run stew ci diff --git a/.github/workflows/coveo-example-library.yml b/.github/workflows/coveo-example-library.yml index 31a4893..6ead5fa 100644 --- a/.github/workflows/coveo-example-library.yml +++ b/.github/workflows/coveo-example-library.yml @@ -31,8 +31,11 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, "3.10"] + python-version: ["3.8", "3.10"] os: [ubuntu-latest, windows-latest, macos-latest] + exclude: + - os: macos-latest + python-version: "3.8" steps: - name: Run stew ci diff --git a/.github/workflows/coveo-functools.yml b/.github/workflows/coveo-functools.yml index 9799b00..5d72bb3 100644 --- a/.github/workflows/coveo-functools.yml +++ b/.github/workflows/coveo-functools.yml @@ -31,8 +31,11 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, "3.10"] + python-version: ["3.8", "3.10"] os: [ubuntu-latest, windows-latest, macos-latest] + exclude: + - os: macos-latest + python-version: "3.8" steps: - name: Run stew ci diff --git a/.github/workflows/coveo-itertools.yml b/.github/workflows/coveo-itertools.yml index a3a0206..fe57609 100644 --- a/.github/workflows/coveo-itertools.yml +++ b/.github/workflows/coveo-itertools.yml @@ -32,8 +32,11 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, "3.10"] + python-version: ["3.8", "3.10"] os: [ubuntu-latest, windows-latest, macos-latest] + exclude: + - os: macos-latest + python-version: "3.8" steps: - name: Run stew ci diff --git a/.github/workflows/coveo-pypi-cli.yml b/.github/workflows/coveo-pypi-cli.yml index 8547ed3..9701a2c 100644 --- a/.github/workflows/coveo-pypi-cli.yml +++ b/.github/workflows/coveo-pypi-cli.yml @@ -32,8 +32,11 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, "3.10"] + python-version: ["3.8", "3.10"] os: [ubuntu-latest, windows-latest, macos-latest] + exclude: + - os: macos-latest + python-version: "3.8" steps: - name: Run stew ci diff --git a/.github/workflows/coveo-ref.yml b/.github/workflows/coveo-ref.yml index dcd73a8..e84deb2 100644 --- a/.github/workflows/coveo-ref.yml +++ b/.github/workflows/coveo-ref.yml @@ -32,8 +32,11 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, "3.10"] + python-version: ["3.8", "3.10"] os: [ubuntu-latest, windows-latest, macos-latest] + exclude: + - os: macos-latest + python-version: "3.8" steps: - name: Run stew ci diff --git a/.github/workflows/coveo-settings.yml b/.github/workflows/coveo-settings.yml index 498f9b3..9445a7e 100644 --- a/.github/workflows/coveo-settings.yml +++ b/.github/workflows/coveo-settings.yml @@ -32,8 +32,11 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, "3.10"] + python-version: ["3.8", "3.10"] os: [ubuntu-latest, windows-latest, macos-latest] + exclude: + - os: macos-latest + python-version: "3.8" steps: - name: Run stew ci diff --git a/.github/workflows/coveo-styles.yml b/.github/workflows/coveo-styles.yml index a5016fa..58de4b0 100644 --- a/.github/workflows/coveo-styles.yml +++ b/.github/workflows/coveo-styles.yml @@ -32,8 +32,11 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, "3.10"] + python-version: ["3.8", "3.10"] os: [ubuntu-latest, windows-latest, macos-latest] + exclude: + - os: macos-latest + python-version: "3.8" steps: - name: Run stew ci diff --git a/.github/workflows/coveo-systools.yml b/.github/workflows/coveo-systools.yml index 003dbf8..6dba0da 100644 --- a/.github/workflows/coveo-systools.yml +++ b/.github/workflows/coveo-systools.yml @@ -32,8 +32,11 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, "3.10"] + python-version: ["3.8", "3.10"] os: [ubuntu-latest, windows-latest, macos-latest] + exclude: + - os: macos-latest + python-version: "3.8" steps: - name: Run stew ci diff --git a/.github/workflows/coveo-testing-extras.yml b/.github/workflows/coveo-testing-extras.yml index c5d38d4..0f303fe 100644 --- a/.github/workflows/coveo-testing-extras.yml +++ b/.github/workflows/coveo-testing-extras.yml @@ -32,8 +32,11 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, "3.10"] + python-version: ["3.8", "3.10"] os: [ubuntu-latest, windows-latest, macos-latest] + exclude: + - os: macos-latest + python-version: "3.8" steps: - name: Run stew ci diff --git a/.github/workflows/coveo-testing.yml b/.github/workflows/coveo-testing.yml index dc7642d..fea9be7 100644 --- a/.github/workflows/coveo-testing.yml +++ b/.github/workflows/coveo-testing.yml @@ -32,8 +32,11 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, "3.10"] + python-version: ["3.8", "3.10"] os: [ubuntu-latest, windows-latest, macos-latest] + exclude: + - os: macos-latest + python-version: "3.8" steps: - name: Run stew ci