Skip to content

Commit 2f3ac47

Browse files
committed
Only test oldest and newest version of python
1 parent 15b8c6c commit 2f3ac47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-mars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, windows-latest]
18-
python-version: ["3.9", "3.10", "3.11", "3.12"]
18+
python-version: ["3.9", "3.13"]
1919
runs-on: ${{ matrix.os }}
2020
env:
2121
working-directory: ./mars-cli

0 commit comments

Comments
 (0)