File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,25 +15,35 @@ jobs:
1515 fail-fast : true
1616 matrix :
1717 os : [ubuntu-latest]
18- python-version : ["3.9 ", "3.12 "]
18+ python-version : ["3.12 ", "3.13 "]
1919 # We aim to support the versions on pytorch.org
2020 # as well as selected previous versions on
2121 # https://pytorch.org/get-started/previous-versions/
2222 torch-version : ["2.6.0", "2.9.1"]
2323 sklearn-version : ["latest"]
2424 include :
25+ # windows test with standard config
2526 - os : windows-latest
2627 torch-version : 2.6.0
2728 python-version : " 3.12"
2829 sklearn-version : " latest"
30+ # legacy sklearn (several API differences)
2931 - os : ubuntu-latest
3032 torch-version : 2.6.0
3133 python-version : " 3.12"
3234 sklearn-version : " legacy"
35+ # latest torch and python
3336 - os : ubuntu-latest
3437 torch-version : 2.9.1
3538 python-version : " 3.14"
3639 sklearn-version : " latest"
40+ # legacy torch and python
41+ - os : ubuntu-latest
42+ torch-version : 2.4.0
43+ python-version : " 3.9"
44+ sklearn-version : " latest"
45+
46+
3747
3848 runs-on : ${{ matrix.os }}
3949
You can’t perform that action at this time.
0 commit comments