We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f10e1fa + 003c807 commit 431243bCopy full SHA for 431243b
.github/workflows/run_test.yml
@@ -17,10 +17,12 @@ jobs:
17
matrix:
18
os: [windows-latest, macos-latest, ubuntu-latest]
19
python-version: ["3.7", "3.8", "3.9", "3.10"]
20
- exclude: # Python < v3.8 does not support Apple Silicon ARM64.
21
- - python-version: "3.7"
+ exclude:
+ - python-version: "3.7" # Python < v3.8 does not support Apple Silicon ARM64.
22
os: macos-latest
23
- include: # So run those legacy versions on Intel CPUs.
+ - python-version: "3.7" # Skip 3.7 on Ubuntu as requested
24
+ os: ubuntu-latest
25
+ include: # Run those macos legacy versions on Intel CPUs.
26
- python-version: "3.7"
27
os: macos-13
28
steps:
0 commit comments