Skip to content

Commit 326bf0b

Browse files
ci: remove 3.7 patch (#1309)
1 parent 836d56b commit 326bf0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
python-version: ["3.7", "3.8"]
15+
python-version: ["3.8", "3.9"]
1616
scikit-learn: ["0.21.2", "0.22.2", "0.23.1", "0.24"]
1717
os: [ubuntu-latest]
1818
sklearn-only: ['true']

0 commit comments

Comments
 (0)