Skip to content

Commit 71ea535

Browse files
committed
support 2.9 on CI
1 parent 1018374 commit 71ea535

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ jobs:
1818
os: [ubuntu-latest]
1919
python: ['3.10', '3.11', '3.12', '3.13']
2020
transformers: ['4.48.3', '4.51.3', '4.52.4', '4.55.4', '4.56.2', '4.57.1', 'main']
21-
torch: ['2.8', 'main']
21+
torch: ['2.8', '2.9', 'main']
2222
exclude:
23-
- python: '3.10'
23+
- python: '3.10' # 3.10
2424
torch: 'main'
25+
- python: '3.10'
26+
torch: '2.9'
2527
- python: '3.10'
2628
transformers: 'main'
2729
- python: '3.10'
@@ -32,8 +34,10 @@ jobs:
3234
transformers: '4.56.2'
3335
- python: '3.10'
3436
transformers: '4.57.1'
35-
- python: '3.11'
37+
- python: '3.11' # 3.11
3638
torch: 'main'
39+
- python: '3.11'
40+
torch: '2.9'
3741
- python: '3.11'
3842
transformers: 'main'
3943
- python: '3.11'
@@ -42,8 +46,10 @@ jobs:
4246
transformers: '4.56.2'
4347
- python: '3.11'
4448
transformers: '4.57.1'
45-
- python: '3.13'
49+
- python: '3.13' # 3.13
4650
torch: '2.8'
51+
- python: '3.13'
52+
torch: '2.9'
4753
- python: '3.13'
4854
transformers: '4.48.3'
4955
- python: '3.13'

0 commit comments

Comments
 (0)