Skip to content

Commit

Permalink
ci: disable testing python 3.6 on macos as it is no longer supported …
Browse files Browse the repository at this point in the history
…by github actions
  • Loading branch information
jyooru committed Oct 16, 2021
1 parent 2589780 commit 324d7b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9']
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 All @@ -22,4 +25,3 @@ jobs:
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}

0 comments on commit 324d7b6

Please sign in to comment.