Skip to content

Commit cada3a9

Browse files
committed
Exclude Python 3.7 for macos
Error: The version '3.7' with architecture 'arm64' was not found for macOS 14.7.
1 parent 3639333 commit cada3a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
matrix:
2525
python-version: [3.7, 3.12]
2626
os: [ubuntu-latest, windows-latest, macOS-latest]
27+
exclude:
28+
- os: macos-latest
29+
python-version: 3.7
2730

2831
runs-on: ${{ matrix.os }}
2932
steps:

0 commit comments

Comments
 (0)