Skip to content

Commit d92c68a

Browse files
committed
Restrict macos to newer Python versions
1 parent 20e5168 commit d92c68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main_testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
shell: bash
9696
strategy:
9797
matrix:
98-
python-version: [ '3.10', '3.11', '3.12', '3.13', '3.14' ]
98+
python-version: [ '3.12', '3.13', '3.14' ]
9999
platform: [macos-15]
100100

101101
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)