Skip to content

Commit 94295be

Browse files
committed
Restrict MacOS Arm to Python 3.10+
1 parent 540cbd3 commit 94295be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ jobs:
116116
- "3.10"
117117
- "3.11"
118118
- "3.12"
119+
exclude:
120+
# MacOS Arm supports Python 3.10+
121+
- os: macos-14
122+
python: "3.8"
123+
- os: macos-14
124+
python: "3.9"
119125

120126
steps:
121127
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)