Skip to content

Commit 77bec36

Browse files
author
MStarRobotics
committed
ci: align matrix with supported python versions
1 parent 2e031b6 commit 77bec36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ jobs:
77
name: Test on ${{ matrix.os }} with Python ${{ matrix.python-version }}
88
runs-on: ${{ matrix.os }}
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
os: [ubuntu-latest, macos-latest]
12-
python-version: ["3.10", "3.11", "3.12"]
13+
python-version: ["3.11", "3.12"]
1314

1415
steps:
1516
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)