Skip to content

Commit

Permalink
Merge pull request #166 from dvm-shlee/main
Browse files Browse the repository at this point in the history
[patch] macos remove testing python 3.8 and 3.9
  • Loading branch information
dvm-shlee authored Apr 24, 2024
2 parents 61559de + 2740297 commit b4424a3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
- python-version: "3.8"
os: macos-latest
- python-version: "3.9"
os: macos-latest
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -53,6 +58,11 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
- python-version: "3.8"
os: macos-latest
- python-version: "3.9"
os: macos-latest
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b4424a3

Please sign in to comment.