We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4e30b commit 9d372c6Copy full SHA for 9d372c6
1 file changed
.github/workflows/python-package.yml
@@ -20,6 +20,9 @@ jobs:
20
python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12]
21
os: [ubuntu-latest, windows-latest, macos-latest]
22
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
26
# Apple Silicon ARM64 does not support Python < v3.8
27
- python-version: "3.7"
28
os: macos-latest
0 commit comments