Skip to content

Commit 003b88f

Browse files
committed
bump python and torch in workflows
1 parent 3b49a4c commit 003b88f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
# https://devguide.python.org/versions/
2424
# Python Ubuntu LTS:
2525
# https://documentation.ubuntu.com/ubuntu-for-developers/reference/availability/python/
26-
python-version: ["3.10", "3.12", "3.13"]
26+
python-version: ["3.10", "3.12", "3.13", "3.14"]
2727
# We aim to support the versions on pytorch.org
2828
# as well as selected previous versions on
2929
# https://pytorch.org/get-started/previous-versions/
30-
torch-version: ["2.6.0", "2.10.0"]
30+
torch-version: ["2.6.0", "2.12.0"]
3131
sklearn-version: ["latest"]
3232
numpy-version: ["latest"]
3333

0 commit comments

Comments
 (0)