Skip to content

Commit

Permalink
Merge pull request #237 from jyooru/ci/macos-python36
Browse files Browse the repository at this point in the history
ci: disable testing python 3.6 on macos as it is no longer supported
  • Loading branch information
piatrashkakanstantinass committed Dec 2, 2021
2 parents 69da611 + 539a172 commit cd9f020
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Expand Up @@ -8,6 +8,9 @@ jobs:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
- os: macos-latest
python-version: "3.6"
runs-on: ${{ matrix.os }}
name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
steps:
Expand Down

0 comments on commit cd9f020

Please sign in to comment.