Skip to content

Commit 8ef5a7c

Browse files
committed
remove python v3.9 and v3.10 from sklearn testing
1 parent 9efe2d6 commit 8ef5a7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
fail-fast: false
9494
matrix:
9595
sklearn-version: ["1.5", "1.6", "1.7"]
96-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
96+
python-version: ["3.11", "3.12", "3.13"]
9797

9898
steps:
9999
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)