From 514f99b616d1f1f2dc34d04a83638bac251391bf Mon Sep 17 00:00:00 2001 From: chfw Date: Wed, 6 Oct 2021 22:51:58 +0100 Subject: [PATCH] :fire: remove 3.6 test on macos because macOS lacks of 3.6 support --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 86ab9f8..ab86c77 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,6 +9,9 @@ jobs: matrix: python-version: [3.6, 3.7, 3.8, 3.9] os: [macOs-latest, ubuntu-latest, windows-latest] + exclude: + - os: macos-latest + python-version: 3.6 runs-on: ${{ matrix.os }} name: run tests