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 e59de17 commit b69d53cCopy full SHA for b69d53c
.github/workflows/test.yml
@@ -19,15 +19,15 @@ jobs:
19
sklearn-version: "=1.4"
20
# latest stable dependencies
21
- os: ubuntu-latest
22
- python-version: "3.11"
+ python-version: "3.13"
23
numpy-version: ""
24
sklearn-version: ""
25
- os: windows-latest
26
27
28
29
- os: macos-latest
30
31
32
33
defaults:
@@ -52,7 +52,6 @@ jobs:
52
run: make lint
53
- name: Check static typing
54
run: make type-check
55
- continue-on-error: true
56
- name: Test and coverage with pytest
57
run: make coverage
58
- name: Code coverage
0 commit comments