Skip to content

Commit 46d5503

Browse files
committed
Remove python 3.7 and 3.8 from MacOS build.
Latest MacOS on github (14) does not support python 3.7 & 3.8.
1 parent 8790f77 commit 46d5503

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ${{ matrix.os }}
3232
strategy:
3333
matrix:
34-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
34+
python-version: ['3.9', '3.10', '3.11', '3.12']
3535
os: [macos-latest]
3636

3737
steps:

0 commit comments

Comments
 (0)