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 836d56b commit 326bf0bCopy full SHA for 326bf0b
1 file changed
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- python-version: ["3.7", "3.8"]
+ python-version: ["3.8", "3.9"]
16
scikit-learn: ["0.21.2", "0.22.2", "0.23.1", "0.24"]
17
os: [ubuntu-latest]
18
sklearn-only: ['true']
0 commit comments