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