Skip to content

Commit 6b8ec4e

Browse files
committed
ci: relax version for python for mac-os
1 parent 3f15579 commit 6b8ec4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ${{ matrix.os }}
3131
strategy:
3232
matrix:
33-
python-version: ["3.7.17", "3.8.18", "3.9.25", "3.10.20", "3.11.15", "3.12.13", "3.13.12", "3.14.3"]
33+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
3434
os: [macos-26-intel]
3535
env:
3636
TERM: xterm-color

0 commit comments

Comments
 (0)