Skip to content

Commit 43d01a8

Browse files
committed
🙏 python 3.7 not supported on Apple Silicon
1 parent 277ce36 commit 43d01a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
matrix:
2727
os: ['windows-latest', 'macOS-latest', 'ubuntu-latest']
2828
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
29+
exclude: # Python < 3.8 is not supported on Apple Silicon ARM64
30+
- os: macOS-latest
31+
python-version: '3.7'
32+
include: # So run on older version on Intel CPU
33+
- os: macOS-13
34+
python-version: '3.7'
2935
defaults:
3036
run:
3137
shell: bash

0 commit comments

Comments
 (0)