Skip to content

Commit 9d372c6

Browse files
committed
Skip Python 3.7 test on ubuntu-latest
1 parent 3b4e30b commit 9d372c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12]
2121
os: [ubuntu-latest, windows-latest, macos-latest]
2222
exclude: # https://github.com/actions/runner-images/issues/9770#issuecomment-2085623315
23+
# ubuntu-latest dropped Python 3.7 since late 2024
24+
- python-version: "3.7"
25+
os: ubuntu-latest
2326
# Apple Silicon ARM64 does not support Python < v3.8
2427
- python-version: "3.7"
2528
os: macos-latest

0 commit comments

Comments
 (0)