We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34e4be commit 1b3633aCopy full SHA for 1b3633a
1 file changed
.github/workflows/test.yml
@@ -25,8 +25,8 @@ jobs:
25
runs-on: ${{ matrix.os }}
26
strategy:
27
matrix:
28
- python-version: ["3.9"]
29
- scikit-learn: ["1.0.*", "1.1.*", "1.2.*", "1.3.*", "1.4.*", "1.5.*"]
+ python-version: ["3.11"]
+ scikit-learn: ["1.3.*", "1.4.*", "1.5.*"]
30
os: [ubuntu-latest]
31
sklearn-only: ["true"]
32
fail-fast: false
0 commit comments