Skip to content

Commit 242e68e

Browse files
committed
bump software versions in test pipeline
1 parent 90548e4 commit 242e68e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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 }}
@@ -82,7 +82,7 @@ jobs:
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

0 commit comments

Comments
 (0)