Skip to content

Commit

Permalink
Skip Python 3.7 test on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
rayluo committed Jan 23, 2025
1 parent 3b4e30b commit 9d372c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12]
os: [ubuntu-latest, windows-latest, macos-latest]
exclude: # https://github.com/actions/runner-images/issues/9770#issuecomment-2085623315
# ubuntu-latest dropped Python 3.7 since late 2024
- python-version: "3.7"
os: ubuntu-latest
# Apple Silicon ARM64 does not support Python < v3.8
- python-version: "3.7"
os: macos-latest
Expand Down

0 comments on commit 9d372c6

Please sign in to comment.