From 546968ae380a5438533084540c2d07a9923cd007 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Sun, 25 Aug 2024 15:25:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AAExclude=20Python=203.7=20jobs=20whe?= =?UTF-8?q?re=20it's=20unavailable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-cd.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 06df0c4..d450fc5 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -600,6 +600,11 @@ jobs: - runner-vm-os: ubuntu-latest python-version: 3.9 toxenv: build-dists + exclude: + - runner-vm-os: macos-14 + python-version: 3.7 + - runner-vm-os: ubuntu-20.04 + python-version: 3.7 continue-on-error: >- ${{