Skip to content

Commit 9efe2d6

Browse files
committed
add python version test matrix
1 parent bad1f4f commit 9efe2d6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,15 @@ jobs:
9393
fail-fast: false
9494
matrix:
9595
sklearn-version: ["1.5", "1.6", "1.7"]
96+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
9697

9798
steps:
9899
- uses: actions/checkout@v4
99100

100101
- name: Set up Python 3.12
101102
uses: actions/setup-python@v5
102103
with:
103-
python-version: "3.12"
104+
python-version: ${{ matrix.python-version }}
104105

105106
- name: Install dependencies for scikit-learn ${{ matrix.sklearn-version }}
106107
run: |

0 commit comments

Comments
 (0)