Skip to content

Commit

Permalink
[patch] macos remove testing python 3.8 and 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dvm-shlee committed Apr 24, 2024
1 parent 61559de commit 2740297
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 2740297

Please sign in to comment.