Skip to content

Commit af653bf

Browse files
committed
GitHub Actions: Add Python 3.13 to the testing
1 parent d2363ae commit af653bf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ jobs:
6464
pytorch-version: 2.4.1
6565
numpy-requirement: "'numpy'"
6666
- python-version: '3.12'
67-
pytorch-version: 2.5.0
67+
pytorch-version: 2.5.1
68+
numpy-requirement: "'numpy'"
69+
- python-version: '3.13'
70+
pytorch-version: 2.5.1
6871
numpy-requirement: "'numpy'"
6972
steps:
7073
- uses: conda-incubator/setup-miniconda@v3

0 commit comments

Comments
 (0)