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,20 +15,20 @@ jobs:
1515 fail-fast : true
1616 matrix :
1717 os : [ubuntu-latest]
18- python-version : ["3.9", "3.10 ", "3.12 "]
18+ python-version : ["3.9", "3.12 ", "3.14 "]
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/
22- torch-version : ["2.4.0", "2.6.0 "]
22+ torch-version : ["2.4.0", "2.9.1 "]
2323 sklearn-version : ["latest"]
2424 include :
2525 - os : windows-latest
2626 torch-version : 2.4.0
27- python-version : " 3.10 "
27+ python-version : " 3.12 "
2828 sklearn-version : " latest"
2929 - os : ubuntu-latest
3030 torch-version : 2.4.0
31- python-version : " 3.10 "
31+ python-version : " 3.12 "
3232 sklearn-version : " legacy"
3333
3434 runs-on : ${{ matrix.os }}
8282 make check_for_binary
8383
8484 - name : Run pytest tests
85- timeout-minutes : 10
85+ timeout-minutes : 15
8686 run : |
8787 make test
8888
You can’t perform that action at this time.
0 commit comments