Skip to content

Commit 39c73d1

Browse files
committed
Organize job matrix, avoid python 3.10 with scikit-learn 1.7
1 parent 9164a93 commit 39c73d1

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,27 @@ jobs:
3434
sklearn-only: ["true"]
3535

3636
exclude:
37-
# incompatible version combinations
37+
# (python, sklearn) combinations for which there is no PyPI release
38+
# scikit-learn 1.3
3839
- python-version: "3.13"
3940
scikit-learn: "1.3.*"
40-
- python-version: "3.13"
41-
scikit-learn: "1.4.*"
4241
- python-version: "3.14"
4342
scikit-learn: "1.3.*"
44-
- python-version: "3.14"
43+
# scikit-learn 1.4
44+
- python-version: "3.13"
4545
scikit-learn: "1.4.*"
4646
- python-version: "3.14"
4747
scikit-learn: "1.4.*"
48+
# scikit-learn 1.5
4849
- python-version: "3.14"
4950
scikit-learn: "1.5.*"
51+
# scikit-learn 1.6
5052
- python-version: "3.14"
5153
scikit-learn: "1.6.*"
54+
# scikit-learn 1.7 is installed with pandas 3
55+
- python-version: "3.10"
56+
scikit-learn: "1.7.*"
57+
5258

5359
include:
5460
# Full test run on ubuntu, 3.14

0 commit comments

Comments
 (0)