Skip to content

Commit 1b3633a

Browse files
committed
Update test.yml
1 parent b34e4be commit 1b3633a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626
strategy:
2727
matrix:
28-
python-version: ["3.9"]
29-
scikit-learn: ["1.0.*", "1.1.*", "1.2.*", "1.3.*", "1.4.*", "1.5.*"]
28+
python-version: ["3.11"]
29+
scikit-learn: ["1.3.*", "1.4.*", "1.5.*"]
3030
os: [ubuntu-latest]
3131
sklearn-only: ["true"]
3232
fail-fast: false

0 commit comments

Comments
 (0)